[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (work5) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 04 Mar 2005 17:10:54 -0300
> 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