Commit bfac9d7
committed
tests/capi: fix building luaL_bufflen_test
In the latest commits LUAI_MAXSTACK is defined privately [1]:
> LUAI_MAXSTACK is limited to INT_MAX/2, so can use INT_MAX/2 to
> define pseudo-indices (LUA_REGISTRYINDEX) in 'lua.h'. A change
> in the maximum stack size does not need to change the Lua-C ABI.
1. lua/lua@59a1adf1 parent 0508724 commit bfac9d7
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
0 commit comments