Skip to content

Commit 86a55c0

Browse files
RaphaelIT7Srlion
andcommitted
luajit: update LUA_IDSIZE to match gmod
Co-Authored-By: Srlion <23279670+srlion@users.noreply.github.com>
1 parent a995d74 commit 86a55c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaJIT-2.1/src/luaconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
/* Note: changing the following defines breaks the Lua 5.1 ABI. */
106106
#define LUA_INTEGER ptrdiff_t
107-
#define LUA_IDSIZE 60 /* Size of lua_Debug.short_src. */
107+
#define LUA_IDSIZE 128 /* Size of lua_Debug.short_src. */
108108
/*
109109
** Size of lauxlib and io.* on-stack buffers. Weird workaround to avoid using
110110
** unreasonable amounts of stack space, but still retain ABI compatibility.

0 commit comments

Comments
 (0)