summaryrefslogtreecommitdiff
path: root/src/lex.h
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1996-11-19 12:00:00 +0000
committerrepogen <>1996-11-19 12:00:00 +0000
commit47a298a24ad3a8202440051de5938618502302a0 (patch)
tree9be43568f1e90c9219d5e3860b58c8ac1db5f062 /src/lex.h
parent721542976ebc89f2f8d17d19be7e4426570b69be (diff)
downloadlua-github-2.5.tar.gz
Lua 2.52.5
Diffstat (limited to 'src/lex.h')
-rw-r--r--src/lex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lex.h b/src/lex.h
index 7ed6fd2d..5245d062 100644
--- a/src/lex.h
+++ b/src/lex.h
@@ -1,7 +1,7 @@
/*
** lex.h
** TecCGraf - PUC-Rio
-** $Id: lex.h,v 1.2 1996/02/14 13:35:51 roberto Exp $
+** $Id: lex.h,v 1.3 1996/11/08 12:49:35 roberto Exp $
*/
#ifndef lex_h
@@ -11,7 +11,7 @@
typedef int (*Input) (void);
void lua_setinput (Input fn);
-char *lua_lasttext (void);
+void luaI_syntaxerror (char *s);
int luaY_lex (void);
void luaI_addReserved (void);