Remove __LCLINT__-ifdef'ed blocks.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 3 Sep 2007 11:30:35 +0000 (13:30 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 3 Sep 2007 11:30:35 +0000 (13:30 +0200)
debug.h

diff --git a/debug.h b/debug.h
index 44c8d64..19376c0 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -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