James Kuyper
8/15/2008 1:45:00 PM
vippstar@gmail.com wrote:
> On Aug 15, 2:45 pm, "Tommy" <oract...@gmail.com> wrote:
>> struct stat *stats IF_LINT (= 0);
>>
>> I don't know why "IF_LINT (= 0)" is needed ?
>
> Syntax error, constraint violation that requires a diagnostic message.
Even if preceeded by a suitable definition of a function-like macro
named IF_LINT()? It is a very common convention that identifiers in
all-caps are generally macros, so that's something you should at least
have thought about.