From: mdw Date: Wed, 26 Oct 2005 11:01:14 +0000 (+0000) Subject: Turn off debugging\! X-Git-Url: https://git.distorted.org.uk/~mdw/bascat/commitdiff_plain/85dd468c12f531710f50baff9fc9d5daad3813bb?ds=sidebyside Turn off debugging\! --- 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)