diff options
Diffstat (limited to '')
| -rw-r--r-- | lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -3,7 +3,7 @@ | |||
| 3 | ** Linguagem para Usuarios de Aplicacao | 3 | ** Linguagem para Usuarios de Aplicacao |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | char *rcs_lua="$Id: lua.c,v 1.16 1997/06/09 17:29:16 roberto Exp roberto $"; | 6 | char *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 | ||
| 25 | static void testC (void) | 25 | static void testC (void) |
| 26 | { | 26 | { |
