Ignore:
Timestamp:
Oct 7, 2007, 10:39:58 PM (18 years ago)
Author:
bird
Message:

some more cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/error.h

    r1213 r1214  
    9393#define int_pending() psh->intpending
    9494
     95#if !defined(__GNUC__) && !defined(__attribute__)
     96# define __attribute__(a)
     97#endif
     98
    9599void exraise(struct shinstance *, int) __attribute__((__noreturn__));
    96100void onint(struct shinstance *);
Note: See TracChangeset for help on using the changeset viewer.