doc: use C++ headers.

* doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
	headers.
This commit is contained in:
Akim Demaille
2009-05-07 23:18:44 +02:00
parent 99c08fb662
commit 3c248d705d
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2009-05-11 Akim Demaille <demaille@gostai.com>
doc: use C++ headers.
* doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
headers.
2009-05-11 Akim Demaille <demaille@gostai.com>
doc: token.prefix

View File

@@ -8896,8 +8896,8 @@ parser's to get the set of defined tokens.
@example
%@{ /* -*- C++ -*- */
# include <cstdlib>
# include <errno.h>
# include <limits.h>
# include <cerrno>
# include <climits>
# include <string>
# include "calc++-driver.hh"
# include "calc++-parser.hh"