mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
doc: formatting changes
* doc/bison.texi: In a pointer type.
This commit is contained in:
@@ -9528,8 +9528,8 @@ factor both as follows.
|
|||||||
// Tell Flex the lexer's prototype ...
|
// Tell Flex the lexer's prototype ...
|
||||||
# define YY_DECL \
|
# define YY_DECL \
|
||||||
yy::calcxx_parser::token_type \
|
yy::calcxx_parser::token_type \
|
||||||
yylex (yy::calcxx_parser::semantic_type* yylval, \
|
yylex (yy::calcxx_parser::semantic_type *yylval, \
|
||||||
yy::calcxx_parser::location_type* yylloc, \
|
yy::calcxx_parser::location_type *yylloc, \
|
||||||
calcxx_driver& driver)
|
calcxx_driver& driver)
|
||||||
// ... and declare it for the parser's sake.
|
// ... and declare it for the parser's sake.
|
||||||
YY_DECL;
|
YY_DECL;
|
||||||
|
|||||||
Reference in New Issue
Block a user