[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua v5.0 on Mac (Carbon)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 12 Sep 2003 22:02:04 -0300
>ldebug.c line 267 defines a macro called "check", and lparser.c line 89
>defines a static function named "check".
>
>But, the Carbon Headers define a macro named "check" in Debugging.h.
>I don't expect the Lua team to change the name of a couple functions just
>for me, but it would be more Carbon friendly if those names were changed.
#define LUA_USER_H to a header file of yours and in it #define check to be
Mycheck or something.
--lhf