aboutsummaryrefslogtreecommitdiff
path: root/llex.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-11-26 16:53:45 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-11-26 16:53:45 -0200
commit9ae0c082a350a0685a51da0f7bee3266d5c74e79 (patch)
tree08df45369191945693df85ddebb891ca9ebe9f4d /llex.h
parentaccd7bc25355be4350db6d117515c672121a67f2 (diff)
downloadlua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.tar.gz
lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.tar.bz2
lua-9ae0c082a350a0685a51da0f7bee3266d5c74e79.zip
small details by lint.
Diffstat (limited to 'llex.h')
-rw-r--r--llex.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/llex.h b/llex.h
index 4f28cc24..a24fdec1 100644
--- a/llex.h
+++ b/llex.h
@@ -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
43extern int luaX_linenumber;
44
45
46void luaX_init (void); 43void luaX_init (void);
47void luaX_setinput (ZIO *z); 44void luaX_setinput (ZIO *z);
48char *luaX_lasttoken (void); 45char *luaX_lasttoken (void);