aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/table.c b/table.c
index c48662c7..41fbf8ab 100644
--- a/table.c
+++ b/table.c
@@ -3,7 +3,7 @@
3** Module to control static tables 3** Module to control static tables
4*/ 4*/
5 5
6char *rcs_table="$Id: table.c,v 2.37 1995/10/26 14:21:56 roberto Exp roberto $"; 6char *rcs_table="$Id: table.c,v 2.38 1995/11/03 15:30:50 roberto Exp roberto $";
7 7
8/*#include <string.h>*/ 8/*#include <string.h>*/
9 9
@@ -270,7 +270,7 @@ static int checkfunc (Object *o)
270} 270}
271 271
272 272
273char *getobjname (lua_Object o, char **name) 273char *lua_getobjname (lua_Object o, char **name)
274{ /* try to find a name for given function */ 274{ /* try to find a name for given function */
275 functofind = luaI_Address(o); 275 functofind = luaI_Address(o);
276 if ((*name = luaI_travfallbacks(checkfunc)) != NULL) 276 if ((*name = luaI_travfallbacks(checkfunc)) != NULL)