IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2010, 2:57:18 PM (16 years ago)
Author:
eugene
Message:

defined OFF_T_FMT to print / scan off_t values; change all examples of off_t printed with %lld and casted to (long long)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/Ohana.20100606/src/libautocode/def/common.h

    r20936 r28237  
    2222  tmp = byte[X+3]; byte[X+3] = byte[X+4]; byte[X+4] = tmp;
    2323
    24 # ifdef linux
    25 # define BYTE_SWAP
     24# ifndef BYTE_SWAP
     25# ifndef NOT_BYTE_SWAP
     26# error "neither BYTE_SWAP not NOT_BYTE_SWAP is set"
    2627# endif
    27 
    28 # ifdef darwin_x86
    29 # define BYTE_SWAP
    30 # endif
    31 
    32 # ifdef sid
    33 # define BYTE_SWAP
    34 # endif
    35 
    36 # ifdef dec
    37 # define BYTE_SWAP
    3828# endif
    3929
Note: See TracChangeset for help on using the changeset viewer.