[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 1.30h
From: |
Hans Aberg |
Subject: |
Re: Bison 1.30h |
Date: |
Tue, 18 Dec 2001 17:16:59 +0100 |
At 10:49 +0100 2001/12/18, Akim Demaille wrote:
>Just a few minor details, this is really our releasable beast.
>
> ftp://alpha.gnu.org/gnu/bison/bison-1.30h.tar.gz (682 kB)
> ftp://alpha.gnu.org/gnu/bison/bison-1.30h.tar.bz2 (555 kB)
I have checked it and it is OK to me.
In bison.simple, once one has the macro YYSTD(), one can use it more
systematically at other places. But since this is a matter of style, not a
bug, there is not point in holding up 1.31 for that.
A note: If somebody, compiling under C++, reports a problem with the names
beginning with "std::<name>", they should add "using std::<name>;", but one
should not make bison.simple to not supply the #std::" part (as that is a
part of the names under the C++ standard). If that does not work, they
probably do not have an up to date C++ compiler, and I do not have any
opinion on how to write code for those compilers (my opinion is that one
should first update to a more recent C++ compiler, as in view of the rapid
developments of those).
Hans Aberg