From 6a853fcb8b9e333d768c739c36c99b144bbde607 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 25 Feb 1999 18:07:26 -0300 Subject: details (from lhf) --- ltm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltm.c') diff --git a/ltm.c b/ltm.c index 78620286..4a02ac8d 100644 --- a/ltm.c +++ b/ltm.c @@ -1,5 +1,5 @@ /* -** $Id: ltm.c,v 1.21 1999/02/04 18:59:31 roberto Exp roberto $ +** $Id: ltm.c,v 1.22 1999/02/25 15:16:26 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -82,7 +82,7 @@ static void checktag (int tag) { void luaT_realtag (int tag) { if (!(L->last_tag <= tag && tag < LUA_T_NIL)) - luaL_verror("tag %d is not result of `newtag'", tag); + luaL_verror("tag %d was not created by `newtag'", tag); } -- cgit v1.2.3-55-g6feb