summaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-09-28 13:32:50 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-09-28 13:32:50 -0300
commit5938212748636d21d6f4b372481ab3b6dd6c7538 (patch)
treefa5d0a28dac1ff6c087585bc684534eb1ae82298 /luaconf.h
parent1829911d7c1c16cf01dfdbfc8e7a26cfa10ec797 (diff)
downloadlua-5938212748636d21d6f4b372481ab3b6dd6c7538.tar.gz
lua-5938212748636d21d6f4b372481ab3b6dd6c7538.tar.bz2
lua-5938212748636d21d6f4b372481ab3b6dd6c7538.zip
information about upvalues (where they come from) kept in Proto structure,
instead of sequence of pseudo-opcodes after OP_CLOSURE
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/luaconf.h b/luaconf.h
index 1358633d..c18681dc 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.108 2009/07/15 17:57:30 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.109 2009/08/25 19:58:08 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -462,13 +462,6 @@
462 462
463 463
464/* 464/*
465@@ LUAI_MAXUPVALUES is the maximum number of upvalues per function
466@* (must be smaller than 250).
467*/
468#define LUAI_MAXUPVALUES 60
469
470
471/*
472@@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system. 465@@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
473*/ 466*/
474#define LUAL_BUFFERSIZE BUFSIZ 467#define LUAL_BUFFERSIZE BUFSIZ