From b840a7518df607d2a1024c33dc2cc2022054d40a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 2 Oct 2001 13:43:29 -0300 Subject: details --- lparser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lparser.c') diff --git a/lparser.c b/lparser.c index 833f1592..b83f5d19 100644 --- a/lparser.c +++ b/lparser.c @@ -627,7 +627,7 @@ static void prefixexp (LexState *ls, expdesc *v) { case l_c('%'): { /* for compatibility only */ next(ls); /* skip `%' */ singlevar(ls->fs, str_checkname(ls), v, 1); - check_condition(ls, v->k == VUPVAL, l_s("global upvalues are deprecated")); + check_condition(ls, v->k == VUPVAL, l_s("global upvalues are obsolete")); next(ls); return; } -- cgit v1.2.3-55-g6feb