lua-users home
lua-l archive

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


>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