[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coccinelle patch suggestion
From: |
Dan Nicolaescu |
Subject: |
Re: coccinelle patch suggestion |
Date: |
Wed, 27 Jun 2012 17:45:53 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> And EXFUN just adds an unneeded level of obfuscation that doesn't help
>> code readability.
>
> I'm not sure the "plain" form is better, because of its length
> (especially if there are 3 args or more).
The only thing that matter is that the number of arguments matters
between the declaration an the function.
Why would anybody count the number of arguments?
There's no way to make mistakes in calling with the wrong number of
arguments, the compiler won't let you....
Adding strange constructs like EXFUN has not value...