Skip to content

compat with Lua 5.4 & 5.5#62

Merged
gvvaughan merged 1 commit intogvvaughan:masterfrom
fperrad:compat
Jan 3, 2026
Merged

compat with Lua 5.4 & 5.5#62
gvvaughan merged 1 commit intogvvaughan:masterfrom
fperrad:compat

Conversation

@fperrad
Copy link
Copy Markdown
Contributor

@fperrad fperrad commented Jan 3, 2026

luaL_register is a part of the Lua 5.1 C API.
There is a macro for compatibility in Lua 5.2 & 5.3.
luaL_newlib is available since Lua 5.2.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
@gvvaughan
Copy link
Copy Markdown
Owner

Thanks! I should make similar update to my other lua projects too...

@gvvaughan gvvaughan merged commit e72ed74 into gvvaughan:master Jan 3, 2026
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants