[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (work5) now available
- From: David Burgess <dburgess@...>
- Date: Sat, 5 Mar 2005 10:56:27 +1000
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
>