diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-26 16:53:45 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-11-26 16:53:45 -0200 |
commit | 9ae0c082a350a0685a51da0f7bee3266d5c74e79 (patch) | |
tree | 08df45369191945693df85ddebb891ca9ebe9f4d /llex.h | |
parent | accd7bc25355be4350db6d117515c672121a67f2 (diff) | |
download | lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.tar.gz lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.tar.bz2 lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.zip |
small details by lint.
Diffstat (limited to 'llex.h')
-rw-r--r-- | llex.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llex.h,v 1.2 1997/11/04 15:27:53 roberto Exp roberto $ | 2 | ** $Id: llex.h,v 1.3 1997/11/19 17:29:23 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 | */ |
@@ -40,9 +40,6 @@ typedef struct LexState { | |||
40 | } LexState; | 40 | } LexState; |
41 | 41 | ||
42 | 42 | ||
43 | extern int luaX_linenumber; | ||
44 | |||
45 | |||
46 | void luaX_init (void); | 43 | void luaX_init (void); |
47 | void luaX_setinput (ZIO *z); | 44 | void luaX_setinput (ZIO *z); |
48 | char *luaX_lasttoken (void); | 45 | char *luaX_lasttoken (void); |