From 85dd468c12f531710f50baff9fc9d5daad3813bb Mon Sep 17 00:00:00 2001 From: mdw Date: Wed, 26 Oct 2005 11:01:14 +0000 Subject: [PATCH] Turn off debugging\! --- bascat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bascat.c b/bascat.c index 7824c7d..218b749 100644 --- a/bascat.c +++ b/bascat.c @@ -50,7 +50,7 @@ /*----- Version information -----------------------------------------------*/ -#ifndef NDEBUG +#ifdef DEBUG # define D(x) x #else # define D(x) -- 2.11.0