Changeset 881 for trunk/src/ash-messup/error.h
- Timestamp:
- Apr 21, 2007, 10:47:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/error.h
r879 r881 86 86 #define INTOFF psh->suppressint++ 87 87 #define INTON { if (--psh->suppressint == 0 && psh->intpending) onint(psh); } 88 #define FORCEINTON { suppressint = 0; if (psh->intpending) onint(psh);}88 #define FORCEINTON {psh->suppressint = 0; if (psh->intpending) onint(psh);} 89 89 #define CLEAR_PENDING_INT psh->intpending = 0 90 90 #define int_pending() psh->intpending
Note:
See TracChangeset
for help on using the changeset viewer.