> 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