diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -747,14 +747,15 @@ | |||
747 | 747 | ||
748 | /* | 748 | /* |
749 | @@ LUA_IDSIZE gives the maximum size for the description of the source | 749 | @@ LUA_IDSIZE gives the maximum size for the description of the source |
750 | @@ of a function in debug information. | 750 | ** of a function in debug information. |
751 | ** CHANGE it if you want a different size. | 751 | ** CHANGE it if you want a different size. |
752 | */ | 752 | */ |
753 | #define LUA_IDSIZE 60 | 753 | #define LUA_IDSIZE 60 |
754 | 754 | ||
755 | 755 | ||
756 | /* | 756 | /* |
757 | @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system. | 757 | @@ LUAL_BUFFERSIZE is the initial buffer size used by the lauxlib |
758 | ** buffer system. | ||
758 | */ | 759 | */ |
759 | #define LUAL_BUFFERSIZE ((int)(16 * sizeof(void*) * sizeof(lua_Number))) | 760 | #define LUAL_BUFFERSIZE ((int)(16 * sizeof(void*) * sizeof(lua_Number))) |
760 | 761 | ||