Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove luaL_checkint, deprecated in lua 5.3 #6

Closed
wants to merge 1 commit into from
Closed

Conversation

JonnyJD
Copy link
Contributor

@JonnyJD JonnyJD commented May 18, 2015

luaL_checkint and luaL_optint are deprecated in lua 5.3
The variants luaL_checkinteger and luaL_optinteger work
the same with an implicit typecast (lua_integer -> int).

reported in http://rpm.org/ticket/892

luaL_checkint and luaL_optint are deprecated in lua 5.3
The variants luaL_checkinteger and luaL_optinteger work
the same with an implicit typecast (lua_integer -> int).
@lkardos
Copy link
Contributor

lkardos commented Jun 1, 2015

Added as 1407443. Thanks.

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