Changeset 1038 for trunk/include/odin.h
- Timestamp:
- Sep 25, 1999, 10:31:46 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin.h
r1007 r1038 1 /* $Id: odin.h,v 1.1 0 1999-09-22 09:46:18sandervl Exp $ */1 /* $Id: odin.h,v 1.11 1999-09-25 08:31:46 sandervl Exp $ */ 2 2 /* 3 3 * ODIN - Build Environment Definition … … 79 79 #define __inline__ inline 80 80 81 #if (__IBMCPP__ == 300) || (__IBMC__ == 300)81 // #if (__IBMCPP__ == 300) || (__IBMC__ == 300) 82 82 #define NONAMELESSUNION 83 #endif83 // #endif 84 84 85 85 #include <builtin.h>
Note:
See TracChangeset
for help on using the changeset viewer.