aboutsummaryrefslogtreecommitdiff
path: root/table.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-17 11:58:57 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-11-17 11:58:57 -0200
commitb234da1cc2053b8919a9b27af67291e48fdf9703 (patch)
treeb32559df54e0d9c79fe271260f69238244ae2fc7 /table.h
parentd6a1699e37257c0b3d4651a481ce0bf597bc4e45 (diff)
downloadlua-b234da1cc2053b8919a9b27af67291e48fdf9703.tar.gz
lua-b234da1cc2053b8919a9b27af67291e48fdf9703.tar.bz2
lua-b234da1cc2053b8919a9b27af67291e48fdf9703.zip
changes in garbage collection control
Diffstat (limited to 'table.h')
-rw-r--r--table.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/table.h b/table.h
index 1433814d..1cc3fcca 100644
--- a/table.h
+++ b/table.h
@@ -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;
15extern char *lua_file[]; 15extern char *lua_file[];
16extern int lua_nfile; 16extern int lua_nfile;
17 17
18extern Word lua_block;
19extern Word lua_nentity;
20extern Word lua_recovered;
21
22 18
23void lua_initconstant (void); 19void lua_initconstant (void);
24int luaI_findsymbolbyname (char *name); 20int luaI_findsymbolbyname (char *name);