coding style: type* variable or type *varible
Daniel Berlin
dberlin@dberlin.org
Tue Sep 13 21:12:00 GMT 2005
On Tue, 13 Sep 2005, Rafael Espíndola wrote:
> On 9/13/05, Mike Stump <mrs@apple.com> wrote:
>> If you ask gcc, you find:
>>
>> mrs $ grep 'int\* ' *.c | wc -l
>> 4
>> mrs $ grep 'int \*' *.c | wc -l
>> 369
>>
>> pretty clear to me.
> In treelang/parse.y all variables named "tok" (and some others) are
> declared with
> struct prod_token_parm_item* tok;
So, uh, change them :)
More information about the Gcc
mailing list