diff options
-rw-r--r-- | table.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ | |||
3 | ** Module to control static tables | 3 | ** Module to control static tables |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_table="$Id: table.c,v 2.37 1995/10/26 14:21:56 roberto Exp roberto $"; | 6 | char *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 | ||
273 | char *getobjname (lua_Object o, char **name) | 273 | char *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) |