aboutsummaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
Diffstat (limited to 'lua.stx')
-rw-r--r--lua.stx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.stx b/lua.stx
index 12d06bc4..13549e31 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,6 +1,6 @@
1%{ 1%{
2/* 2/*
3** $Id: lua.stx,v 1.10 1997/10/15 20:16:00 roberto Exp roberto $ 3** $Id: lua.stx,v 1.11 1997/10/16 10:59:34 roberto Exp roberto $
4** Syntax analizer and code generator 4** Syntax analizer and code generator
5** See Copyright Notice in lua.h 5** See Copyright Notice in lua.h
6*/ 6*/
@@ -38,7 +38,7 @@ int luaY_parse (void);
38#define MAXSTATES 6 38#define MAXSTATES 6
39 39
40/* maximum number of upvalues */ 40/* maximum number of upvalues */
41#define MAXUPVALUES 8 41#define MAXUPVALUES 16
42 42
43/* 43/*
44** Variable descriptor: if n>0, represents global variable indexed 44** Variable descriptor: if n>0, represents global variable indexed