Paul Eggert Sat, 09 Dec 2006 10:53:31 -0800
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > - | '-' exp %preg NEG @{ $$ = -$2; @} > + | '-' exp %prec NEG @{ $$ = -$2; @}
Thanks, I installed that.