diff options
Diffstat (limited to 'table.h')
-rw-r--r-- | table.h | 4 |
1 files changed, 1 insertions, 3 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.11 1995/10/13 15:16:25 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.12 1995/10/17 11:58:41 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef table_h | 7 | #ifndef table_h |
@@ -25,7 +25,5 @@ Word luaI_findconstantbyname (char *name); | |||
25 | int lua_markobject (Object *o); | 25 | int lua_markobject (Object *o); |
26 | void lua_pack (void); | 26 | void lua_pack (void); |
27 | 27 | ||
28 | void luaI_funcInfo (Object *func, char **filename, char **funcname, | ||
29 | char **objname, int *linedefined); | ||
30 | 28 | ||
31 | #endif | 29 | #endif |