On 6 Feb 2006, at 09:59, Akim Demaille wrote:
"Hans" == Hans Aberg <[EMAIL PROTECTED]> writes:
Perhaps you're thinking of <cstdlib> rather than <stdlib.h>?
You are sort of asking for reworking the different
possibilities. If you want to support a compile C as C++ option,
contact the developers. The problem is not that it impossible as
such, but there is no-one willing to do the job.
This is wrong. Care is taken, and always has, to make yacc.c
compilable with a C++ compiler.
Sorry, then I have misunderstood the issue. Is it "a C++ compiler",
or "C++ compilers". And is it official support?
Of course you can't expect yacc.c to
provide classes, use streams, and so on.
But does the parser stack work with non-POD's?
Hans Aberg