Changeset 1477 in Sophya for trunk/ArchTOIPipe/config.h


Ignore:
Timestamp:
Apr 25, 2001, 10:52:35 AM (24 years ago)
Author:
aubourg
Message:

multi rep

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/config.h

    r1365 r1477  
    1616  #define int_4  long
    1717#endif
     18
     19#if SIZEOF_LONG == 8
     20  #define int_8 long
     21#else
     22  #error long is not 8 bytes... 
     23#endif
    1824#endif
    1925
Note: See TracChangeset for help on using the changeset viewer.