Changeset 5925 for trunk/include/odin.h
- Timestamp:
- Jun 7, 2001, 2:46:40 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin.h
r5518 r5925 89 89 90 90 #ifndef RC_INVOKED 91 #if (__IBMC__ == 300) 91 //Nameless unions or structures are not supported in C mode 92 //(nameless unions only in CPP mode and nameless unions only in VAC 3.6.5 CPP mode) 93 #ifdef __IBMC__ 92 94 #define NONAMELESSUNION 95 #define NONAMELESSSTRUCT 93 96 #endif 94 #if (__IBMCPP__ == 300) | (__IBMC__ == 300)97 #if (__IBMCPP__ == 300) 95 98 #define NONAMELESSSTRUCT 96 99 #endif
Note:
See TracChangeset
for help on using the changeset viewer.