[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Output filenames don't follow yacc defaults
From: |
Akim Demaille |
Subject: |
Re: Output filenames don't follow yacc defaults |
Date: |
16 Jan 2002 18:28:48 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
>>>>> "Evgeny" == Evgeny Stambulchik <address@hidden> writes:
Evgeny> Hello, Even when running in the yacc-compatible mode (with the
Evgeny> -y switch), the output file for blabla.yxx is y.tab.cxx
Evgeny> instead of y.tab.c.
Evgeny> $ bison -V bison (GNU Bison) 1.31
Arg. Why do you name your grammar .yxx :(
Point taken, thanks! I'll ``fix'' that.