]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Always define MDL to pass a filename and line number.
authorTed Lemon <source@isc.org>
Thu, 6 Apr 2000 22:51:32 +0000 (22:51 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Apr 2000 22:51:32 +0000 (22:51 +0000)
includes/omapip/omapip.h

index 5eaee603ff8c792ca2afd7008eb5ba9cf2fc5ed7..8c9d5acb3fd8d768946a82de4f32ce581e046f6b 100644 (file)
@@ -391,11 +391,10 @@ void dfree (void *, const char *, int);
 #if defined (DEBUG_MEMORY_LEAKAGE) || defined (DEBUG_MALLOC_POOL)
 void dmalloc_reuse (void *, const char *, int, int);
 void dmalloc_dump_outstanding (void);
-#define MDL __FILE__, __LINE__
 #else
 #define dmalloc_reuse(x,y,l,z)
-#define MDL (char *)0, __LINE__
 #endif
+#define MDL __FILE__, __LINE__
 #if defined (DEBUG_RC_HISTORY)
 void dump_rc_history (void);
 #endif