fix use of arg in ltn12#1
fix use of arg in ltn12#1catwell wants to merge 1 commit intosam-github:unstablefrom catwell:unstable
Conversation
|
Can you make patch against Diego's unstable tree, and send pull request to https://github.com/diegonehab/luasocket/tree/unstable Thanks, On Mon, Sep 17, 2012 at 9:33 AM, Pierre Chapuis notifications@github.comwrote:
|
|
Done (lunarmodules#24), closing here. Thanks for the pointer, I saw his empty master branch and thought development had moved here. |
argis not part of Lua 5.1 and hence no longer works in Lua 5.2 or LuaJIT with its default compilation options.Note that
argis apparently used in other parts of the codebase, but I have only hit this issue in ltn12 so far. If you think this fix is correct I can git a try at hunting use ofargin other places.