doc: formatting changes

* doc/bison.texi: In a pointer type.
This commit is contained in:
Akim Demaille
2012-11-03 17:52:13 +01:00
parent 0e1ccdfae0
commit 8b49e6bfc5

View 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_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;