* src/bison.simple (YYSTDERR): Remove, replace `stderr'.
authorAkim Demaille <akim@epita.fr>
Thu, 3 Jan 2002 09:55:49 +0000 (09:55 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 3 Jan 2002 09:55:49 +0000 (09:55 +0000)
commit7ea5e9779b59230a43edfe24cf395a47841a3823
tree95c964b2619490d2c5a0dc53899d2ae63bc5cd46
parentfab5b110fb6f6ce81a10818537f491b0fa524ba5
* 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/.
ChangeLog
src/bison.simple