lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> The normal parenthesis fix solves it...
> 
>   #define lua_pushcfunction(L,f)        lua_pushcclosure(L, (f), 0)
> 
>  This is probably a low priority issue, but should probably be addressed
> someday.

We will fix that. Thanks for the report.

-- Roberto