[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coccinelle patch suggestion
From: |
John Wiegley |
Subject: |
Re: coccinelle patch suggestion |
Date: |
Wed, 27 Jun 2012 19:06:07 -0500 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) |
>>>>> Andreas Schwab <address@hidden> writes:
>> And EXFUN just adds an unneeded level of obfuscation that doesn't help code
>> readability.
> It tells you that it's a Lisp function with N arguments. That's easier to
> read than when you need to count them.
Also, it forms a meaningful parallel with DEFUN. When I read an EXFUN
declaration, I know that there's a matching DEFUN. This is not true of
everything other function that has a prototype.
John
Re: coccinelle patch suggestion, Stefan Monnier, 2012/06/27