1
0
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:
Mark Pizzolato
2012-03-19 16:07:36 -07:00
parent fffad7c20e
commit fabdf73bed
30 changed files with 49 additions and 39 deletions

View File

@@ -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 */