diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-03 13:30:35 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-03 13:30:35 +0200 |
commit | f16b18234948782039b17f82f9dda9a52c267eec (patch) | |
tree | 3a9213d72d86ef4a694815d641875d5eb90cbebe /debug.h | |
parent | 1f8c7ab9d8a433b34a507186be0e5e10432db831 (diff) | |
download | librpm-tizen-f16b18234948782039b17f82f9dda9a52c267eec.tar.gz librpm-tizen-f16b18234948782039b17f82f9dda9a52c267eec.tar.bz2 librpm-tizen-f16b18234948782039b17f82f9dda9a52c267eec.zip |
Remove __LCLINT__-ifdef'ed blocks.
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -6,13 +6,6 @@ #include <assert.h> -#ifdef __LCLINT__ -#define ntohl(_x) (_x) -#define ntohs(_x) (_x) -#define htonl(_x) (_x) -#define htons(_x) (_x) -#endif - #ifdef DMALLOC #include <dmalloc.h> #endif |