memdisk: drop DEBUG from unzip.c
authorH. Peter Anvin <hpa@zytor.com>
Mon, 1 Mar 2010 03:30:42 +0000 (19:30 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 1 Mar 2010 03:30:42 +0000 (19:30 -0800)
DEBUG doesn't work in unzip.c/inflate.c, so always #undef it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
memdisk/unzip.c

index 9144cf3..18a1df4 100644 (file)
@@ -15,6 +15,8 @@
 #include "memdisk.h"
 #include "conio.h"
 
+#undef DEBUG                   /* Means something different for this file */
+
 /*
  * gzip declarations
  */