]> git.saurik.com Git - bison.git/commit
* src/bison.simple (YYSTDERR): Remove, replace `stderr'.
authorAkim Demaille <akim@epita.fr>
Thu, 3 Jan 2002 09:48:08 +0000 (09:48 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 3 Jan 2002 09:48:08 +0000 (09:48 +0000)
commit7525f95ed5773f66f1cf2efedc205f9d37063a10
treec9ab6c7a88e675b2df5e5fda1d8d8000f87a7a77
parent1daed0de8a1274963368e52a23146fff2cb98313
* 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