From: Matthias Kramm Date: Sat, 14 Feb 2009 12:49:03 +0000 (+0100) Subject: switched debugging off X-Git-Tag: release-0-9-0~87 X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=2c82d08565a8bfdaa6bd22743dcf4cdfa2347269;p=swftools.git switched debugging off --- 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;