Changeset 1038 for trunk/include/odin.h


Ignore:
Timestamp:
Sep 25, 1999, 10:31:46 AM (26 years ago)
Author:
sandervl
Message:

Always define NONAMELESSUNION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r1007 r1038  
    1 /* $Id: odin.h,v 1.10 1999-09-22 09:46:18 sandervl Exp $ */
     1/* $Id: odin.h,v 1.11 1999-09-25 08:31:46 sandervl Exp $ */
    22/*
    33 * ODIN - Build Environment Definition
     
    7979  #define __inline__ inline
    8080
    81   #if (__IBMCPP__ == 300) || (__IBMC__ == 300)
     81//  #if (__IBMCPP__ == 300) || (__IBMC__ == 300)
    8282  #define NONAMELESSUNION
    83   #endif
     83//  #endif
    8484
    8585  #include <builtin.h>
Note: See TracChangeset for help on using the changeset viewer.