aboutsummaryrefslogtreecommitdiff
path: root/llex.h
diff options
context:
space:
mode:
Diffstat (limited to 'llex.h')
-rw-r--r--llex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/llex.h b/llex.h
index 709f98b6..f6f7c18e 100644
--- a/llex.h
+++ b/llex.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: $ 2** $Id: llex.h,v 1.1 1997/09/16 19:25:59 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*/
@@ -13,6 +13,8 @@
13 13
14extern int luaX_linenumber; 14extern int luaX_linenumber;
15 15
16
17void luaX_init (void);
16int luaY_lex (void); 18int luaY_lex (void);
17void luaX_setinput (ZIO *z); 19void luaX_setinput (ZIO *z);
18char *luaX_lasttoken (void); 20char *luaX_lasttoken (void);