Charles Dang 561cc33dc4
Upgrade to Lua 5.4.2 (#5535)
The change to static_cast for the definition of  LUAL_BUFFERSIZE replaces the fix previously used (d0100758f855ec0d8f30dff41e8a8b6ff2d45fda) for Lua 5.3. 5.4 removes the static alternative for LUAL_BUFFERSIZE. A better solution would probably be to disable the old-style-cast warning for luaconf.h, but I can't figure out how to do that so using static_cast is the easiest solution. Do note that change will have to be applied each Lua update like the aforementioned commit.
2021-02-14 02:07:12 +11:00

33 lines
488 B
Plaintext

lua_jailbreak_exception.cpp
lua/lapi.cpp
lua/lauxlib.cpp
lua/lbaselib.cpp
lua/lcode.cpp
lua/lcorolib.cpp
lua/lctype.cpp
lua/ldblib.cpp
lua/ldebug.cpp
lua/ldo.cpp
lua/ldump.cpp
lua/lfunc.cpp
lua/lgc.cpp
lua/liolib.cpp
lua/llex.cpp
lua/lmathlib.cpp
lua/lmem.cpp
lua/loadlib.cpp
lua/lobject.cpp
lua/lopcodes.cpp
lua/loslib.cpp
lua/lparser.cpp
lua/lstate.cpp
lua/lstring.cpp
lua/lstrlib.cpp
lua/ltable.cpp
lua/ltablib.cpp
lua/ltm.cpp
lua/lundump.cpp
lua/lutf8lib.cpp
lua/lvm.cpp
lua/lzio.cpp