mirror of
https://github.com/open-simh/simh.git
synced 2026-01-26 04:02:39 +00:00
Compiler cleanup after v3.9-0 merge
This commit is contained in:
@@ -75,6 +75,9 @@
|
||||
|
||||
#define STA_WRP 0x80 /* *write prot */
|
||||
#define STA_DEF 0x40 /* def track NI */
|
||||
#ifdef STA_DEL /* Some platforms define a conflicting symbol here */
|
||||
#undef STA_DEL
|
||||
#endif
|
||||
#define STA_DEL 0x20 /* del record */
|
||||
#define STA_ERR 0x10 /* error */
|
||||
#define STA_IDL 0x02 /* idle */
|
||||
|
||||
Reference in New Issue
Block a user