[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/6] doc: formatting changes
From: |
Akim Demaille |
Subject: |
[PATCH 6/6] doc: formatting changes |
Date: |
Mon, 5 Nov 2012 13:14:30 +0100 |
* doc/bison.texi: In a pointer type.
---
doc/bison.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/bison.texi b/doc/bison.texi
index ba18d9a..18d3bb0 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;
--
1.8.0
- [PATCH 0/6] {branch-2.6} Minor changes mostly in the test suite, Akim Demaille, 2012/11/06
- [PATCH 2/6] tests: handle %parse-param in the generated yyerror, Akim Demaille, 2012/11/06
- [PATCH 3/6] tests: fix locations in C, Akim Demaille, 2012/11/06
- [PATCH 4/6] tests: remove useless location initialization., Akim Demaille, 2012/11/06
- [PATCH 5/6] c++: fix position operator signatures, Akim Demaille, 2012/11/06
- [PATCH 1/6] tests: simplifications, Akim Demaille, 2012/11/06
- [PATCH 6/6] doc: formatting changes,
Akim Demaille <=