From 243c8e4a134eb3df9978afc9428f3b07b309e023 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 14 Jun 2004 00:30:58 +0000 Subject: [PATCH] Cleaned up use of the DEBUG define: - renamed the DEBUG define for debugging specific code. In the top of the relevant files there is an commented out define to activate debugging for that file. - removed entire DEBUG sections where it is no longer relevant - compile with DEBUG defined when building a debugging binary Code that produces general warnings is kept in DEBUG blocks. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1379 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/decomp/lzencode.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sc2/src/sc2code/libs/decomp/lzencode.c b/sc2/src/sc2code/libs/decomp/lzencode.c index 276ea2554..9b56de849 100644 --- a/sc2/src/sc2code/libs/decomp/lzencode.c +++ b/sc2/src/sc2code/libs/decomp/lzencode.c @@ -27,8 +27,6 @@ #include #include "lzh.h" -#define DEBUG - static UWORD match_position, match_length; static PSWORD lson, rson, dad;