diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-15 10:13:13 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-15 10:13:13 -0300 |
commit | 3e1f7318269e56e557d423f07547da1a87ea6d4f (patch) | |
tree | 9c9d9eaf2e505ba621cf5e82a3c39dd6c9e2b7ad /opcode.h | |
parent | f86c1367db7fb0559f80ef2025e62e71d8986d86 (diff) | |
download | lua-3e1f7318269e56e557d423f07547da1a87ea6d4f.tar.gz lua-3e1f7318269e56e557d423f07547da1a87ea6d4f.tar.bz2 lua-3e1f7318269e56e557d423f07547da1a87ea6d4f.zip |
integration with undump (execution of pre-compiled chuncks)
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** TeCGraf - PUC-Rio | 2 | ** TeCGraf - PUC-Rio |
3 | ** $Id: opcode.h,v 3.18 1996/03/01 16:54:00 roberto Exp $ | 3 | ** $Id: opcode.h,v 3.19 1996/03/06 13:11:23 roberto Exp $ |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifndef opcode_h | 6 | #ifndef opcode_h |
@@ -138,5 +138,6 @@ void lua_travstack (int (*fn)(Object *)); | |||
138 | Object *luaI_Address (lua_Object o); | 138 | Object *luaI_Address (lua_Object o); |
139 | void luaI_pushobject (Object *o); | 139 | void luaI_pushobject (Object *o); |
140 | void luaI_gcFB (Object *o); | 140 | void luaI_gcFB (Object *o); |
141 | int luaI_dorun (TFunc *tf); | ||
141 | 142 | ||
142 | #endif | 143 | #endif |