diff options
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 3 |
1 files changed, 2 insertions, 1 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.1 1994/04/20 22:07:57 celes Exp celes $ | 4 | ** $Id: table.h,v 2.2 1994/07/19 21:27:18 celes Exp $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -15,6 +15,7 @@ extern int lua_nfile; | |||
15 | 15 | ||
16 | extern Word lua_block; | 16 | extern Word lua_block; |
17 | extern Word lua_nentity; | 17 | extern Word lua_nentity; |
18 | extern Word lua_recovered; | ||
18 | 19 | ||
19 | 20 | ||
20 | void lua_initconstant (void); | 21 | void lua_initconstant (void); |