Changeset 21400 for trunk/include/odin.h
- Timestamp:
- Jul 29, 2010, 10:33:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin.h
r21299 r21400 87 87 #define INLINE __inline__ 88 88 #define UNALIGNED 89 #define NONAMELESSUNION 90 #define NONAMELESSSTRUCT 89 #if (__GNUC__ < 4) 90 #define NONAMELESSUNION 91 #define NONAMELESSSTRUCT 92 #endif 91 93 #ifdef __INNOTEK_LIBC__ 92 94 #define SYSTEM _System
Note:
See TracChangeset
for help on using the changeset viewer.