aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-07 09:42:09 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-07 09:42:09 +0200
commit5c7ef34404d3367542275d76b49f276ab035639f (patch)
treede148388b0382d87bcc2caed72625e3dec829bda /src/compat.h
parent45a579cdb43917e648e2e801432f6e7820004614 (diff)
downloadlanes-5c7ef34404d3367542275d76b49f276ab035639f.tar.gz
lanes-5c7ef34404d3367542275d76b49f276ab035639f.tar.bz2
lanes-5c7ef34404d3367542275d76b49f276ab035639f.zip
Some more code refactorization
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compat.h b/src/compat.h
index 3a61268..bf22f10 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -68,6 +68,8 @@ inline int lua504_dump(lua_State* L_, lua_Writer writer_, void* data_, [[maybe_u
68} 68}
69#define LUA_LOADED_TABLE "_LOADED" // // doesn't exist in Lua 5.1 69#define LUA_LOADED_TABLE "_LOADED" // // doesn't exist in Lua 5.1
70 70
71int luaL_getsubtable(lua_State* L_, int idx_, const char* fname_);
72
71#endif // LUA_VERSION_NUM == 501 73#endif // LUA_VERSION_NUM == 501
72 74
73// ################################################################################################# 75// #################################################################################################