From 27b6bbdcf3de2c8a1d4fcd20d7fd9f4b950e71d3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 19 Jun 1997 15:55:40 -0300 Subject: [PATCH] "testC" inactive (active only for tests) --- lua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua.c b/lua.c index 424764f4..fb221343 100644 --- a/lua.c +++ b/lua.c @@ -3,7 +3,7 @@ ** Linguagem para Usuarios de Aplicacao */ -char *rcs_lua="$Id: lua.c,v 1.16 1997/06/09 17:29:16 roberto Exp roberto $"; +char *rcs_lua="$Id: lua.c,v 1.17 1997/06/18 21:20:45 roberto Exp roberto $"; #include #include @@ -20,7 +20,7 @@ char *rcs_lua="$Id: lua.c,v 1.16 1997/06/09 17:29:16 roberto Exp roberto $"; #endif -#define DEBUG 1 +#define DEBUG 0 static void testC (void) {