lua-users home
lua-l archive

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


I like it. It removes one possibility of user error.
DB


On Fri, 04 Mar 2005 17:10:54 -0300, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> > 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
>