From ac12f4db4b2f715b1556722b6ed65804cfd6348a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 29 Aug 2000 11:33:31 -0300 Subject: C upvalues are the last arguments to a function --- lbuiltin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lbuiltin.c') diff --git a/lbuiltin.c b/lbuiltin.c index d7180f2d..81f05568 100644 --- a/lbuiltin.c +++ b/lbuiltin.c @@ -1,5 +1,5 @@ /* -** $Id: lbuiltin.c,v 1.121 2000/08/15 18:28:48 roberto Exp roberto $ +** $Id: lbuiltin.c,v 1.122 2000/08/28 17:57:04 roberto Exp roberto $ ** Built-in functions ** See Copyright Notice in lua.h */ @@ -640,7 +640,7 @@ static void deprecated_funcs (lua_State *L) { hvalue(>) = L->gt; for (i=0; i