aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/lua/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/lua/luaconf.h')
-rw-r--r--include/sys/lua/luaconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sys/lua/luaconf.h b/include/sys/lua/luaconf.h
index ce99f339f..83202d71c 100644
--- a/include/sys/lua/luaconf.h
+++ b/include/sys/lua/luaconf.h
@@ -368,11 +368,7 @@ extern int lcompat_hashnum(int64_t);
@@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
** CHANGE it if it uses too much C-stack space.
*/
-#ifdef __linux__
#define LUAL_BUFFERSIZE 512
-#else
-#define LUAL_BUFFERSIZE 1024
-#endif
/*