Changeset 21597 for trunk/include/odin.h


Ignore:
Timestamp:
Mar 23, 2011, 5:48:24 PM (14 years ago)
Author:
dmik
Message:

headers: VAC <= 3.0 doesn't understand _inline in C mode, so use _Inline instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r21584 r21597  
    111111  #ifndef __cplusplus
    112112    #define INLINE  _Inline
     113    #ifndef inline
    113114    #define inline  INLINE
     115    #endif
    114116  #else
    115117    #define INLINE  inline
Note: See TracChangeset for help on using the changeset viewer.