switched debugging off
authorMatthias Kramm <kramm@quiss.org>
Sat, 14 Feb 2009 12:49:03 +0000 (13:49 +0100)
committerMatthias Kramm <kramm@quiss.org>
Sat, 14 Feb 2009 12:49:03 +0000 (13:49 +0100)
lib/as3/compiler.c

index 07bc983..89b746e 100644 (file)
@@ -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;