This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: coding style: type* variable or type *varible


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]