bug-bison
[Top][All Lists]
Advanced

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

Re: bison v2.2, CVS/HEAD: generated files


From: Paul Eggert
Subject: Re: bison v2.2, CVS/HEAD: generated files
Date: Fri, 13 Jan 2006 22:19:55 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"Oleg Smolsky" <address@hidden> writes:

>> 2) newly created SomeParser.cpp contains a #include which has a full
>> path:
>> #include "generated/SomeParser.hpp"
>> (instead of just #include "SomeParser.hpp", which breaks the
>> compilation.
> This one is still broken.

Are you sure you built freshly from CVS?  I don't see the problem.
For me, SomeParser.cpp contains #include "SomeParser.hpp", as expected.

This part of your patch:

-"@output_header_name@" BASE_QPUTS (spec_defines_file);
+"@output_header_name@" BASE_QPUTS (spec_defines_file_short);

shouldn't be necessary, as BASE_QPUTS already computes base_name of
its argument.  The rest of your patch should therefore be unnecessary.




reply via email to

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