bug-bison
[Top][All Lists]
Advanced

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

Re: Name Conflict With Multiple Parsers In Same Program


From: Paul Eggert
Subject: Re: Name Conflict With Multiple Parsers In Same Program
Date: Wed, 13 Jun 2007 10:09:16 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Do I understand you correctly in saying that you're trying to do a
single C compilation that #includes two different Bison-generated .c
files?  That would explain the problem: Bison doesn't support that,
and is designed only for separate compilation.

Is there some reason you can't use separate compilation?




reply via email to

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