diff options
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.c,v 1.43 1999/11/09 17:59:35 roberto Exp roberto $ | 2 | ** $Id: llex.c,v 1.44 1999/11/22 13:12:07 roberto Exp roberto $ |
3 | ** Lexical Analyzer | 3 | ** Lexical Analyzer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #include <ctype.h> | 8 | #include <ctype.h> |
9 | #include <stdio.h> | ||
9 | #include <string.h> | 10 | #include <string.h> |
10 | 11 | ||
11 | #define LUA_REENTRANT | 12 | #define LUA_REENTRANT |