diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-17 11:58:57 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1994-11-17 11:58:57 -0200 |
commit | b234da1cc2053b8919a9b27af67291e48fdf9703 (patch) | |
tree | b32559df54e0d9c79fe271260f69238244ae2fc7 /table.h | |
parent | d6a1699e37257c0b3d4651a481ce0bf597bc4e45 (diff) | |
download | lua-b234da1cc2053b8919a9b27af67291e48fdf9703.tar.gz lua-b234da1cc2053b8919a9b27af67291e48fdf9703.tar.bz2 lua-b234da1cc2053b8919a9b27af67291e48fdf9703.zip |
changes in garbage collection control
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** Module to control static tables | 2 | ** Module to control static tables |
3 | ** TeCGraf - PUC-Rio | 3 | ** TeCGraf - PUC-Rio |
4 | ** $Id: table.h,v 2.5 1994/11/14 21:40:14 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.6 1994/11/16 16:03:48 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -15,10 +15,6 @@ extern char **lua_constant; | |||
15 | extern char *lua_file[]; | 15 | extern char *lua_file[]; |
16 | extern int lua_nfile; | 16 | extern int lua_nfile; |
17 | 17 | ||
18 | extern Word lua_block; | ||
19 | extern Word lua_nentity; | ||
20 | extern Word lua_recovered; | ||
21 | |||
22 | 18 | ||
23 | void lua_initconstant (void); | 19 | void lua_initconstant (void); |
24 | int luaI_findsymbolbyname (char *name); | 20 | int luaI_findsymbolbyname (char *name); |