diff options
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.c,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ | 2 | ** $Id: llex.c,v 1.2 1997/09/26 15:02:26 roberto Exp roberto $ |
3 | ** Lexical Analizer | 3 | ** Lexical Analizer |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -13,7 +13,7 @@ | |||
13 | #include "lobject.h" | 13 | #include "lobject.h" |
14 | #include "lparser.h" | 14 | #include "lparser.h" |
15 | #include "lstring.h" | 15 | #include "lstring.h" |
16 | #include "ltokens.h" | 16 | #include "lstx.h" |
17 | #include "luadebug.h" | 17 | #include "luadebug.h" |
18 | #include "lzio.h" | 18 | #include "lzio.h" |
19 | 19 | ||