diff options
-rw-r--r-- | opcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
3 | ** $Id: opcode.h,v 3.4 1994/11/07 15:20:56 roberto Exp roberto $ | 3 | ** $Id: opcode.h,v 3.5 1994/11/07 16:34:44 roberto Exp roberto $ |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -158,7 +158,7 @@ char *lua_strdup (char *l); | |||
158 | void lua_setinput (Input fn); /* from "lex.c" module */ | 158 | void lua_setinput (Input fn); /* from "lex.c" module */ |
159 | char *lua_lasttext (void); /* from "lex.c" module */ | 159 | char *lua_lasttext (void); /* from "lex.c" module */ |
160 | int yylex (void); /* from "lex.c" module */ | 160 | int yylex (void); /* from "lex.c" module */ |
161 | Byte *lua_parse (void); /* from "lua.stx" module */ | 161 | void lua_parse (Byte **code); /* from "lua.stx" module */ |
162 | void lua_travstack (void (*fn)(Object *)); | 162 | void lua_travstack (void (*fn)(Object *)); |
163 | void luaI_setfallback (void); | 163 | void luaI_setfallback (void); |
164 | Object *luaI_Address (lua_Object o); | 164 | Object *luaI_Address (lua_Object o); |