> I'll be committing this tonight.  The only change I will be adding, is that
> the macro is going to be capitalized, because all macros should always be
> capitalized.

No, that is wrong.  A macro that is taking the place of a past or potentially
future function call should always be lowercase, just like any other function
call.  The only reason to all-CAP a macro with parameters is if it cannot
ever be a C funtion (usually because it depends on pass-by-name).

....Roy

Reply via email to