summaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-06-19 15:55:40 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-06-19 15:55:40 -0300
commit27b6bbdcf3de2c8a1d4fcd20d7fd9f4b950e71d3 (patch)
treead8ebed9f3540b0eb33ee1fc7c687ec149283046 /lua.c
parent5a198de3c1108979406b18a7a970cd41d5d2d603 (diff)
downloadlua-27b6bbdcf3de2c8a1d4fcd20d7fd9f4b950e71d3.tar.gz
lua-27b6bbdcf3de2c8a1d4fcd20d7fd9f4b950e71d3.tar.bz2
lua-27b6bbdcf3de2c8a1d4fcd20d7fd9f4b950e71d3.zip
"testC" inactive (active only for tests)
Diffstat (limited to 'lua.c')
-rw-r--r--lua.c4
1 files 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 @@
3** Linguagem para Usuarios de Aplicacao 3** Linguagem para Usuarios de Aplicacao
4*/ 4*/
5 5
6char *rcs_lua="$Id: lua.c,v 1.16 1997/06/09 17:29:16 roberto Exp roberto $"; 6char *rcs_lua="$Id: lua.c,v 1.17 1997/06/18 21:20:45 roberto Exp roberto $";
7 7
8#include <stdio.h> 8#include <stdio.h>
9#include <string.h> 9#include <string.h>
@@ -20,7 +20,7 @@ char *rcs_lua="$Id: lua.c,v 1.16 1997/06/09 17:29:16 roberto Exp roberto $";
20#endif 20#endif
21 21
22 22
23#define DEBUG 1 23#define DEBUG 0
24 24
25static void testC (void) 25static void testC (void)
26{ 26{