Ignore:
Timestamp:
Apr 21, 2007, 10:47:37 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/error.h

    r879 r881  
    8686#define INTOFF psh->suppressint++
    8787#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);}
    8989#define CLEAR_PENDING_INT psh->intpending = 0
    9090#define int_pending() psh->intpending
Note: See TracChangeset for help on using the changeset viewer.