Changeset 1760
- Timestamp:
- 03/14/12 15:00:22 (15 months ago)
- Location:
- trunk/libwandio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libwandio/iow-lzo.c
r1757 r1760 60 60 #endif 61 61 62 #include "libtrace.h"63 62 64 63 enum { -
trunk/libwandio/wandio.h
r1757 r1760 53 53 #endif 54 54 55 #if __GNUC__ >= 3 56 # define DEPRECATED __attribute__((deprecated)) 57 # define SIMPLE_FUNCTION __attribute__((pure)) 58 # define UNUSED __attribute__((unused)) 59 # define PACKED __attribute__((packed)) 60 # define PRINTF(formatpos,argpos) __attribute__((format(printf,formatpos,argpos))) 61 #else 62 # define DEPRECATED 63 # define SIMPLE_FUNCTION 64 # define UNUSED 65 # define PACKED 66 # define PRINTF(formatpos,argpos) 67 #endif 55 68 56 69
Note: See TracChangeset
for help on using the changeset viewer.
