Skip to content
Snippets Groups Projects
Commit 616c9242 authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

lua: wrap luaL_register since Lua 5.2

luaL_setfuncs exists since lua5.2 and luaL_register was already
deprecated at that version. Using the luaL_register since Lua 5.2
prevents using the deprecated function but mostly also enforce the
future state of the code to be used on more platforms.
parent 0b2ad6b5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment