diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |