diff options
-rw-r--r-- | opcode.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
3 | ** $Id: opcode.h,v 3.17 1996/02/13 17:30:39 roberto Exp roberto $ | 3 | ** $Id: opcode.h,v 3.18 1996/03/01 16:54:00 roberto Exp $ |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -132,8 +132,6 @@ typedef union | |||
132 | 132 | ||
133 | 133 | ||
134 | /* Exported functions */ | 134 | /* Exported functions */ |
135 | char *lua_strdup (char *l); | ||
136 | |||
137 | void lua_parse (TFunc *tf); /* from "lua.stx" module */ | 135 | void lua_parse (TFunc *tf); /* from "lua.stx" module */ |
138 | void luaI_codedebugline (int line); /* from "lua.stx" module */ | 136 | void luaI_codedebugline (int line); /* from "lua.stx" module */ |
139 | void lua_travstack (int (*fn)(Object *)); | 137 | void lua_travstack (int (*fn)(Object *)); |