Christian Kellermann <[EMAIL PROTECTED]> writes: >> cc glr-regr14.c > > glr-regr14.y:38: warning: `union YYSTYPE' declared inside parameter list
That's odd; there should be a union YYSTYPE defined. What is the output of the following commands, on the original glr-regr14.c file without your editing it? cat glr-regr14.c cc -E glr-regr14.c
