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/output.h

    r1199 r1214  
    5454extern struct output *out1;
    5555extern struct output *out2;*/
    56 #ifdef _MSC_VER
    57 # ifndef __attribute__
    58 #  define __attribute__(a)
    59 # endif
     56#if !defined(__GNUC__) && !defined(__attribute__)
     57# define __attribute__(a)
    6058#endif
    6159
Note: See TracChangeset for help on using the changeset viewer.