lua-users home
lua-l archive

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


> Why have you added parentheses around all function names in all public
> header files? This may screw up quite a few code analysis tools
> (and maybe some older compilers, too?). In any case, I've never seen
> this anywhere else.

They allow a LUA_USER_H file to redefine Lua function names as macros.
That facility is quite useful. But if there is really those bad side
effects we may remove them.

-- Roberto