Ignore:
Timestamp:
Feb 14, 2001, 4:14:46 PM (25 years ago)
Author:
sandervl
Message:

VAC 3.6.5 bug workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/initdll.h

    r5129 r5135  
    88
    99void _Optlink __ctordtorInit( void );
     10#define ctordtorInit    __ctordtorInit
     11
     12#if (__IBMCPP__ == 300) || (__IBMC__ == 300)
    1013void _Optlink __ctordtorTerm( void );
     14#define ctordtorTerm    __ctordtorTerm
     15#else
     16void CDECL _ctordtorTerm( int workaroundforstupidcompilerbug );
     17#define ctordtorTerm()  _ctordtorTerm(1)
     18#endif
     19
    1120
    1221/*-------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.