small details by lint.
This commit is contained in:
5
llex.h
5
llex.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: llex.h,v 1.2 1997/11/04 15:27:53 roberto Exp roberto $
|
||||
** $Id: llex.h,v 1.3 1997/11/19 17:29:23 roberto Exp roberto $
|
||||
** Lexical Analizer
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@@ -40,9 +40,6 @@ typedef struct LexState {
|
||||
} LexState;
|
||||
|
||||
|
||||
extern int luaX_linenumber;
|
||||
|
||||
|
||||
void luaX_init (void);
|
||||
void luaX_setinput (ZIO *z);
|
||||
char *luaX_lasttoken (void);
|
||||
|
||||
Reference in New Issue
Block a user