From: Akim Demaille <akim@lrde.epita.fr>
Date: Sat, 3 Nov 2012 16:52:13 +0000 (+0100)
Subject: doc: formatting changes
X-Git-Tag: v2.6.5~13
X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8b49e6bfc564b350f834b4c40d30bc0cee62378a

doc: formatting changes

* doc/bison.texi: In a pointer type.
---

diff --git a/doc/bison.texi b/doc/bison.texi
index ba18d9a9..18d3bb05 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -9528,8 +9528,8 @@ factor both as follows.
 // Tell Flex the lexer's prototype ...
 # define YY_DECL                                        \
   yy::calcxx_parser::token_type                         \
-  yylex (yy::calcxx_parser::semantic_type* yylval,      \
-         yy::calcxx_parser::location_type* yylloc,      \
+  yylex (yy::calcxx_parser::semantic_type *yylval,      \
+         yy::calcxx_parser::location_type *yylloc,      \
          calcxx_driver& driver)
 // ... and declare it for the parser's sake.
 YY_DECL;