Changeset 6906 for trunk/include/odin.h
- Timestamp:
- Oct 1, 2001, 3:16:01 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin.h
r6102 r6906 53 53 #define SYSTEM _System 54 54 #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 56 61 #define UNALIGNED 57 62 #define __attribute__(x)
Note:
See TracChangeset
for help on using the changeset viewer.