Changeset 1221 for trunk/src/kash/exec.h


Ignore:
Timestamp:
Oct 8, 2007, 1:15:00 AM (18 years ago)
Author:
bird
Message:

more cleanup.

File:
1 edited

Legend:

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

    r1218 r1221  
    6565/*extern const char *pathopt;*/ /* set by padvance */
    6666
     67#if !defined(__GNUC__) && !defined(__attribute__)
     68# define __attribute__(a)
     69#endif
     70
    6771void shellexec(struct shinstance *, char **, char **, const char *, int, int)
    6872    __attribute__((__noreturn__));
Note: See TracChangeset for help on using the changeset viewer.