[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bison ./ChangeLog src/bison.simple
From: |
Akim Demaille |
Subject: |
bison ./ChangeLog src/bison.simple |
Date: |
Thu, 03 Jan 2002 04:48:08 -0500 |
CVSROOT: /cvsroot/bison
Module name: bison
Branch: bison-1_29-branch
Changes by: Akim Demaille <address@hidden> 02/01/03 04:48:08
Modified files:
. : ChangeLog
src : bison.simple
Log message:
* src/bison.simple (YYSTDERR): Remove, replace `stderr'.
The ISO C++ standard is extremely clear about it: stderr is
considered a macro, not a regular symbol (see table 94 `Header
<cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
Therefore std:: does not apply to it. It still does with fprintf.
Also, s/cstdio.h/cstdio/.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?only_with_tag=bison-1_29-branch&tr1=1.173.2.241&tr2=1.173.2.242&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/src/bison.simple.diff?only_with_tag=bison-1_29-branch&tr1=1.53.2.15&tr2=1.53.2.16&r1=text&r2=text
- bison ./ChangeLog src/bison.simple,
Akim Demaille <=