aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index beb629a1..854651f8 100644
--- a/opcode.h
+++ b/opcode.h
@@ -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);
158void lua_setinput (Input fn); /* from "lex.c" module */ 158void lua_setinput (Input fn); /* from "lex.c" module */
159char *lua_lasttext (void); /* from "lex.c" module */ 159char *lua_lasttext (void); /* from "lex.c" module */
160int yylex (void); /* from "lex.c" module */ 160int yylex (void); /* from "lex.c" module */
161Byte *lua_parse (void); /* from "lua.stx" module */ 161void lua_parse (Byte **code); /* from "lua.stx" module */
162void lua_travstack (void (*fn)(Object *)); 162void lua_travstack (void (*fn)(Object *));
163void luaI_setfallback (void); 163void luaI_setfallback (void);
164Object *luaI_Address (lua_Object o); 164Object *luaI_Address (lua_Object o);