diff options
| author | ame <[email protected]> | 2025-09-03 18:18:06 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-09-03 18:18:06 -0500 |
| commit | 1aba3757b486e28ddfb0aff67fe65e4a7a87c74f (patch) | |
| tree | b443750cc9899c6f7c265e357d5ef2605f5c95ac /src/lua.h | |
| parent | a239a832f14ed1f7eab9b9ee75867bdc2ee2a5f9 (diff) | |
| parent | 6e6e948a553cc062b439f349c0b545df0223d9a1 (diff) | |
merge main
Diffstat (limited to 'src/lua.h')
| -rw-r--r-- | src/lua.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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);
+void luaI_jointable(lua_State* L, int main, int merge);
//generic macro that takes other macros (see below)
#define _tset_b(L, Tidx, K, V, F)\
|
