Ignore:
Timestamp:
06/29/06 19:58:51 (7 years ago)
Author:
perry
Message:

LT_LIBTRACE32 was defined twice to a 32 bit and a 64 bit type,
where LT_LIBTRACE64 wasn't defined at all. Fixed.

Bug noticed, and Fix suggested by Sammy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/libtrace.h.in

    r886 r902  
    8282    #define LT_BITFIELD16       uint16_t 
    8383    #define LT_BITFIELD32       uint32_t 
    84     #define LT_BITFIELD32       uint64_t 
     84    #define LT_BITFIELD64       uint64_t 
    8585#else 
    8686    #ifdef HAVE_GCCVISIBILITYPATCH 
     
    9898    #define LT_BITFIELD16       unsigned int 
    9999    #define LT_BITFIELD32       unsigned int 
    100     #define LT_BITFIELD32       unsigned int 
     100    #define LT_BITFIELD64       unsigned int 
    101101#endif 
    102102 
Note: See TracChangeset for help on using the changeset viewer.