coding style: type* variable or type *varible

Rafael Espíndola rafael.espindola@gmail.com
Tue Sep 13 20:38:00 GMT 2005


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;

Thanks,
Rafael



More information about the Gcc mailing list