From 2c82d08565a8bfdaa6bd22743dcf4cdfa2347269 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Sat, 14 Feb 2009 13:49:03 +0100 Subject: [PATCH] switched debugging off --- lib/as3/compiler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/as3/compiler.c b/lib/as3/compiler.c index 07bc983..89b746e 100644 --- a/lib/as3/compiler.c +++ b/lib/as3/compiler.c @@ -53,8 +53,8 @@ static char parser_initialized = 0; //#define STORE_TOKENS -#define DEBUG -//#define DEBUG if(0) +//#define DEBUG +#define DEBUG if(0) #ifdef STORE_TOKENS static mem_t tokens; -- 1.7.10.4