From d60e728617c8f93f46b533a02deacaa129cdbf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Tue, 16 Sep 2008 12:48:21 +0000 Subject: [PATCH] [COMPILER] * BUG: Disable debugging messages. git-svn-id: svn://localhost/gambas/trunk@1562 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- main/gbc/gbc_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gbc/gbc_read.c b/main/gbc/gbc_read.c index dc18ce894..8aaa76ef7 100644 --- a/main/gbc/gbc_read.c +++ b/main/gbc/gbc_read.c @@ -46,7 +46,7 @@ #include "gbc_read.h" -#define DEBUG +//#define DEBUG static boolean is_init = FALSE; static COMPILE *comp;