Changeset 2298 for trunk/src/kash/trap.h


Ignore:
Timestamp:
Mar 1, 2009, 6:18:30 AM (16 years ago)
Author:
bird
Message:

kash: no return indicators that works for both gcc and msc (not pretty, but wtf).

File:
1 edited

Legend:

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

    r1233 r2298  
    4444void dotrap(struct shinstance *);
    4545void setinteractive(struct shinstance *, int);
    46 void exitshell(struct shinstance *, int) __attribute__((__noreturn__));
     46SH_NORETURN_1 void exitshell(struct shinstance *, int) SH_NORETURN_2;
Note: See TracChangeset for help on using the changeset viewer.