From bf006eeaf5d0d014c2da135269165051b74ffdc8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 9 Jan 1996 18:23:19 -0200 Subject: "getobjectname" got a "lua_" prefix. --- table.c | 4 ++-- 1 file 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 @@ ** Module to control static tables */ -char *rcs_table="$Id: table.c,v 2.37 1995/10/26 14:21:56 roberto Exp roberto $"; +char *rcs_table="$Id: table.c,v 2.38 1995/11/03 15:30:50 roberto Exp roberto $"; /*#include */ @@ -270,7 +270,7 @@ static int checkfunc (Object *o) } -char *getobjname (lua_Object o, char **name) +char *lua_getobjname (lua_Object o, char **name) { /* try to find a name for given function */ functofind = luaI_Address(o); if ((*name = luaI_travfallbacks(checkfunc)) != NULL) -- cgit v1.2.3-55-g6feb