bug-bison
[Top][All Lists]
Advanced

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

Re: bison'd files don't compile under Microsoft VC++


From: Akim Demaille
Subject: Re: bison'd files don't compile under Microsoft VC++
Date: Thu, 14 Feb 2002 12:29:59 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i386-debian-linux)

| > Date: Wed, 13 Feb 2002 23:42:05 +0100
| > From: Hans Aberg <address@hidden>
| > 
| > It is not so difficult to fix:
| 
| That may well be, but given the latest hassle with Microsoft compilers
| I now tend to agree with Akim that it is not worth the aggravation.
| We've spent too much time worrying about C++ namespace cleanliness in
| what is basically a C parser, and it's causing more problems than it's
| curing.  We should defer worring about C++ namespace issues until we
| have a proper C++ parser.
| 
| You were right all along, Akim.  :-)

:)

| Here is a proposed patch to implement this; basically, it reverts the
| C++ stuff to the situation as of 2001-12-12, except that it removes an
| inconsistency with YYPARSE_PARAM_ARG and YYPARSE_PARAM_DECL (C++
| should be treated the same as __STDC__ there, just as it is
| elsewhere).

That's very much what I wanted.  Thanks Paul!  (just, don't forget
NEWS, something like `failed experiment').



reply via email to

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