Changeset 5135 for trunk/include/initdll.h
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/initdll.h
r5129 r5135 8 8 9 9 void _Optlink __ctordtorInit( void ); 10 #define ctordtorInit __ctordtorInit 11 12 #if (__IBMCPP__ == 300) || (__IBMC__ == 300) 10 13 void _Optlink __ctordtorTerm( void ); 14 #define ctordtorTerm __ctordtorTerm 15 #else 16 void CDECL _ctordtorTerm( int workaroundforstupidcompilerbug ); 17 #define ctordtorTerm() _ctordtorTerm(1) 18 #endif 19 11 20 12 21 /*-------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.