diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-06 10:11:23 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-06 10:11:23 -0300 |
| commit | b58225e93b32af07612c2aa1675f50961094d4e0 (patch) | |
| tree | 1de28a317c038769ad3ba7f8f8517b7b4e01e6ae | |
| parent | 852b91946547a2fdaf971705ddd5ee854fccbf9c (diff) | |
| download | lua-b58225e93b32af07612c2aa1675f50961094d4e0.tar.gz lua-b58225e93b32af07612c2aa1675f50961094d4e0.tar.bz2 lua-b58225e93b32af07612c2aa1675f50961094d4e0.zip | |
unused declaration removed.
| -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 *)); |
