diff options
author | Lua Team <team@lua.org> | 1996-11-19 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 1996-11-19 12:00:00 +0000 |
commit | 47a298a24ad3a8202440051de5938618502302a0 (patch) | |
tree | 9be43568f1e90c9219d5e3860b58c8ac1db5f062 /src/lex.h | |
parent | 721542976ebc89f2f8d17d19be7e4426570b69be (diff) | |
download | lua-github-2.5.tar.gz |
Lua 2.52.5
Diffstat (limited to 'src/lex.h')
-rw-r--r-- | src/lex.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |