From 67391a35daddf781ad2f74aa14e91fae760b2b1c Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 29 Sep 2004 18:03:42 -0300 Subject: details --- luaconf.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 47e15b3f..48104e2d 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.11 2004/08/30 18:35:14 roberto Exp roberto $ +** $Id: luaconf.h,v 1.12 2004/09/10 17:30:46 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -160,7 +160,7 @@ /* maximum number of upvalues per function */ -#define MAXUPVALUES 32 /*