diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-02-28 19:30:42 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-28 19:30:42 -0800 |
commit | 056e5fcc24e3afa888dd6916ba7d8eedf3920668 (patch) | |
tree | 43115bc483ff37a868c164d8851cd1f657329cba /memdisk | |
parent | 32575ebfd7e9a2c6af11a6e3218c618b5e46e413 (diff) | |
download | syslinux-056e5fcc24e3afa888dd6916ba7d8eedf3920668.tar.gz |
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@zytor.com>
Diffstat (limited to 'memdisk')
-rw-r--r-- | memdisk/unzip.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/memdisk/unzip.c b/memdisk/unzip.c index 9144cf31..18a1df42 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 */ |