Changeset 6906 for trunk/include/odin.h


Ignore:
Timestamp:
Oct 1, 2001, 3:16:01 AM (24 years ago)
Author:
bird
Message:

Watcom: C inline/INLINE support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r6102 r6906  
    5353  #define SYSTEM    _System
    5454  #define PASCAL    __stdcall
    55   #define INLINE    inline              /* is this allowed for C too? */
     55  #ifdef __cplusplus
     56  #define INLINE    inline
     57  #else
     58  #define INLINE    __inline
     59  #define inline    __inline
     60  #endif
    5661  #define UNALIGNED
    5762  #define __attribute__(x)
Note: See TracChangeset for help on using the changeset viewer.