bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filenaming with .yxx extensions


From: Akim Demaille
Subject: Re: filenaming with .yxx extensions
Date: 27 Feb 2002 10:13:36 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| Now, the question is:
| 
|         bison foo.y -d -o foo.x
|            => error (my preferred)
|            => foo.x.c, foo.x.h
|            => foo.c, foo.x.h

or

        bison foo.y -d -o foo.x
             => foo.c, foo.h

i.e., we preserve only the prefix.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]