diff options
Diffstat (limited to 'lparser.c')
| -rw-r--r-- | lparser.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lparser.c,v 1.105 2000/08/08 20:48:55 roberto Exp roberto $ | 2 | ** $Id: lparser.c,v 1.106 2000/08/09 14:49:13 roberto Exp roberto $ |
| 3 | ** LL(1) Parser and code generator for Lua | 3 | ** LL(1) Parser and code generator for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -8,8 +8,6 @@ | |||
| 8 | #include <stdio.h> | 8 | #include <stdio.h> |
| 9 | #include <string.h> | 9 | #include <string.h> |
| 10 | 10 | ||
| 11 | #define LUA_REENTRANT | ||
| 12 | |||
| 13 | #include "lua.h" | 11 | #include "lua.h" |
| 14 | 12 | ||
| 15 | #include "lcode.h" | 13 | #include "lcode.h" |
