From 5938212748636d21d6f4b372481ab3b6dd6c7538 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 28 Sep 2009 13:32:50 -0300 Subject: information about upvalues (where they come from) kept in Proto structure, instead of sequence of pseudo-opcodes after OP_CLOSURE --- luaconf.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'luaconf.h') diff --git a/luaconf.h b/luaconf.h index 1358633d..c18681dc 100644 --- a/luaconf.h +++ b/luaconf.h @@ -1,5 +1,5 @@ /* -** $Id: luaconf.h,v 1.108 2009/07/15 17:57:30 roberto Exp roberto $ +** $Id: luaconf.h,v 1.109 2009/08/25 19:58:08 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ @@ -461,13 +461,6 @@ #define LUAI_MAXVARS 200 -/* -@@ LUAI_MAXUPVALUES is the maximum number of upvalues per function -@* (must be smaller than 250). -*/ -#define LUAI_MAXUPVALUES 60 - - /* @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system. */ -- cgit v1.2.3-55-g6feb