IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33784 for trunk


Ignore:
Timestamp:
Apr 14, 2012, 4:32:51 PM (14 years ago)
Author:
heather
Message:

fixed the bug I added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r33779 r33784  
    166166# define OFF_T_FMT "%lld"
    167167# endif
    168 // x86_64 for mac os x 10.7 (lion)
    169 # ifdef __x86_64
     168// for mac os x 10.7 (lion): they don't use darwin, and i want to make sure it grabs for 10.7 and 64 bit (are they all 64 bit?)
     169# if defined(__APPLE__) && defined(x86_64)
    170170# define OFF_T_FMT "%lld"
    171171# endif
Note: See TracChangeset for help on using the changeset viewer.