Changeset 5925 for trunk/include/odin.h


Ignore:
Timestamp:
Jun 7, 2001, 2:46:40 PM (24 years ago)
Author:
sandervl
Message:

compile fix for vac 3.6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r5518 r5925  
    8989
    9090#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__
    9294  #define NONAMELESSUNION
     95  #define NONAMELESSSTRUCT
    9396  #endif
    94   #if (__IBMCPP__ == 300) | (__IBMC__ == 300)
     97  #if (__IBMCPP__ == 300)
    9598  #define NONAMELESSSTRUCT
    9699  #endif
Note: See TracChangeset for help on using the changeset viewer.