bug-bison
[Top][All Lists]
Advanced

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

Re: too many warnings from Bison CVS for Pike


From: Paul Eggert
Subject: Re: too many warnings from Bison CVS for Pike
Date: Mon, 13 Feb 2006 16:39:50 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Hans Aberg <address@hidden> writes:

> When compiled using a C++ compiler, that becomes C++ code,

yacc.c contains C code.  That is true even when yacc.c is compiled
using a C++ compiler.  Users who attempt to combine yacc.c with a
C++-only feature, such as destructors, are on their own.  The only
thing that I'd be willing to document is compiling C code.

The problems that you describe, which are related to C++ destructors,
should not be an issue here, because C++ destructors are not valid in C.




reply via email to

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