On Tue, 13 Sep 2005, Rafael Espíndola wrote:
On 9/13/05, Mike Stump <[EMAIL PROTECTED]> 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 :)