diff options
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,12 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.c,v 1.101 2002/05/15 18:57:44 roberto Exp roberto $ | 2 | ** $Id: llex.c,v 1.102 2002/05/16 18:39:46 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> | ||
10 | #include <string.h> | 9 | #include <string.h> |
11 | 10 | ||
12 | #include "lua.h" | 11 | #include "lua.h" |