lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 4aade854bb126b87907cf0d9da2ddc0b937e22d5
parent 369dd65318488ca888fc76c5667be3a713257aa6
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed, 30 Apr 1997 16:55:27 -0300

correction of name (and "iternal" was wrong, any way).

Diffstat:
Miolib.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iolib.c b/iolib.c @@ -248,7 +248,7 @@ static void lua_printstack (FILE *f) fprintf(f, "function %s", name); break; case 'f': - fprintf(f, "`%s' iternal method", name); + fprintf(f, "`%s' tag method", name); break; default: { char *filename;