diff options
Diffstat (limited to 'lex.h')
-rw-r--r-- | lex.h | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -1,18 +0,0 @@ | |||
1 | /* | ||
2 | ** lex.h | ||
3 | ** TecCGraf - PUC-Rio | ||
4 | ** $Id: lex.h,v 1.3 1996/11/08 12:49:35 roberto Exp roberto $ | ||
5 | */ | ||
6 | |||
7 | #ifndef lex_h | ||
8 | #define lex_h | ||
9 | |||
10 | #include "zio.h" | ||
11 | |||
12 | void lua_setinput (ZIO *z); | ||
13 | void luaI_syntaxerror (char *s); | ||
14 | int luaY_lex (void); | ||
15 | void luaI_addReserved (void); | ||
16 | |||
17 | |||
18 | #endif | ||