Hans Aberg <[EMAIL PROTECTED]> 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.
