lua

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

commit 81489beea1a201b58dba964b6bbfd263f3683f25
parent ac30aad09b8f793f42ccec1d3c463683f8989384
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Sat, 18 Oct 1997 14:46:18 -0200

functions may use many upvalues, to keep global values.

Diffstat:
Mlua.stx | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lua.stx b/lua.stx @@ -1,6 +1,6 @@ %{ /* -** $Id: lua.stx,v 1.10 1997/10/15 20:16:00 roberto Exp roberto $ +** $Id: lua.stx,v 1.11 1997/10/16 10:59:34 roberto Exp roberto $ ** Syntax analizer and code generator ** See Copyright Notice in lua.h */ @@ -38,7 +38,7 @@ int luaY_parse (void); #define MAXSTATES 6 /* maximum number of upvalues */ -#define MAXUPVALUES 8 +#define MAXUPVALUES 16 /* ** Variable descriptor: if n>0, represents global variable indexed