9 Dec 11:18
typos
Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>
2006-12-09 10:18:19 GMT
2006-12-09 10:18:19 GMT
I've found a couple of typos again.
Cheers,
Ralf
2006-12-09 Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de>
* doc/bison.texinfo: Fix a couple of typos.
Index: doc/bison.texinfo
===================================================================
RCS file: /cvsroot/bison/bison/doc/bison.texinfo,v
retrieving revision 1.214
diff -u -r1.214 bison.texinfo
--- doc/bison.texinfo 5 Dec 2006 23:13:41 -0000 1.214
+++ doc/bison.texinfo 9 Dec 2006 10:17:23 -0000
@@ -2048,7 +2048,7 @@
@}
@end group
@group
- | '-' exp %preg NEG @{ $$ = -$2; @}
+ | '-' exp %prec NEG @{ $$ = -$2; @}
| exp '^' exp @{ $$ = pow ($1, $3); @}
| '(' exp ')' @{ $$ = $2; @}
@end group
@@ -7472,7 +7472,7 @@
@node C++ Semantic Values
@subsection C++ Semantic Values
@c - No objects in unions
- <at> c - YSTYPE
(Continue reading)
RSS Feed