bison-patches
[Top][All Lists]
Advanced

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

Re: warn about conflicting skeleton-generated files


From: Paul Eggert
Subject: Re: warn about conflicting skeleton-generated files
Date: Wed, 13 Dec 2006 09:59:36 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

"Joel E. Denny" <address@hidden> writes:

> Are you proposing forms like following?
>
>   // Bison install directory.
>   %skeleton <yacc.c>
>
>   // Current working directory.
>   %skeleton "yacc.c"

I don't see the need for both "" and <> forms.  I was thinking more
about how cc -I works.  That is, Bison could have a default internal
path that it uses to look up file names, and the user could override
this path on the command line.  (Sorry, I don't have a concrete
proposal.)

> What about --skeleton?

I assume the simplest would be if --skeleton uses the same path that
%skeleton does.




reply via email to

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