"lua_getobjname" must return "tag-method" and not "fallback".

This commit is contained in:
Roberto Ierusalimschy
1997-06-17 15:09:31 -03:00
parent 3c5d71cf77
commit 2a1da64872
2 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ static void lua_printstack (FILE *f)
case 'g':
fprintf(f, "function %s", name);
break;
case 'f':
case 't':
fprintf(f, "`%s' tag method", name);
break;
default: {