[syslinux:pathbased] memdisk: drop DEBUG from unzip.c

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun Feb 28 19:33:02 PST 2010


Commit-ID:  056e5fcc24e3afa888dd6916ba7d8eedf3920668
Gitweb:     http://syslinux.zytor.com/commit/056e5fcc24e3afa888dd6916ba7d8eedf3920668
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 28 Feb 2010 19:30:42 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 28 Feb 2010 19:30:42 -0800

memdisk: drop DEBUG from unzip.c

DEBUG doesn't work in unzip.c/inflate.c, so always #undef it.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 memdisk/unzip.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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



More information about the Syslinux-commits mailing list