diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-14 16:33:29 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-14 16:33:29 -0200 |
commit | 1b15206cf9aa7005fc3d48f78f60f66838f10eb5 (patch) | |
tree | 00a96c96d331417ba781b605c6c10d8daae01938 /lref.h | |
parent | e6d56cd2d844174bd40af4c44c0f68e2115e5876 (diff) | |
download | lua-1b15206cf9aa7005fc3d48f78f60f66838f10eb5.tar.gz lua-1b15206cf9aa7005fc3d48f78f60f66838f10eb5.tar.bz2 lua-1b15206cf9aa7005fc3d48f78f60f66838f10eb5.zip |
many details + code redistribution
Diffstat (limited to 'lref.h')
-rw-r--r-- | lref.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lref.h,v 1.2 1999/11/10 15:37:50 roberto Exp roberto $ | 2 | ** $Id: lref.h,v 1.3 1999/11/22 13:12:07 roberto Exp roberto $ |
3 | ** REF mechanism | 3 | ** REF mechanism |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -22,9 +22,6 @@ struct ref { | |||
22 | }; | 22 | }; |
23 | 23 | ||
24 | 24 | ||
25 | int luaR_ref (lua_State *L, const TObject *o, int lock); | ||
26 | const TObject *luaR_getref (lua_State *L, int ref); | ||
27 | void luaR_invalidaterefs (lua_State *L); | 25 | void luaR_invalidaterefs (lua_State *L); |
28 | 26 | ||
29 | |||
30 | #endif | 27 | #endif |