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 /*