]> git.saurik.com Git - bison.git/commitdiff
doc: formatting changes
authorAkim Demaille <akim@lrde.epita.fr>
Sat, 3 Nov 2012 16:52:13 +0000 (17:52 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 5 Nov 2012 12:13:19 +0000 (13:13 +0100)
* doc/bison.texi: In a pointer type.

doc/bison.texi

index ba18d9a9d32ff700b1d2e9c47ce757b8dd194531..18d3bb051bfadef114ad7e888eed6e25febc311e 100644 (file)
@@ -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_typeyylval,      \
-         yy::calcxx_parser::location_typeyylloc,      \
+  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;