aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorame <[email protected]>2025-09-03 18:24:03 -0500
committerame <[email protected]>2025-09-03 18:24:03 -0500
commit88a12e1ed5f15cc7039c9ad94cfb78f33d31bee9 (patch)
treef58a93d5a3c5983e83531221c00d157fab88aeab /src/lua.h
parent1aba3757b486e28ddfb0aff67fe65e4a7a87c74f (diff)
merge fixes
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua.h b/src/lua.h
index d31ef58..1d5bea1 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -40,7 +40,7 @@ void luaI_newstream(lua_State* L, stream_read_function, stream_free_function, vo
int luaI_nothing(lua_State*);
int env_table(lua_State* L, int provide_table);
-void luaI_jointable(lua_State* L, int main, int merge);
+void luaI_jointable(lua_State* L);
//generic macro that takes other macros (see below)
#define _tset_b(L, Tidx, K, V, F)\