bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typos


From: Ralf Wildenhues
Subject: typos
Date: Sat, 9 Dec 2006 11:18:19 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

I've found a couple of typos again.

Cheers,
Ralf

2006-12-09  Ralf Wildenhues  <address@hidden>

        * 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
address@hidden - YSTYPE
address@hidden - YYSTYPE
 @c - Printer and destructor
 
 The @code{%union} directive works as for C, see @ref{Union Decl, ,The
@@ -9248,12 +9248,12 @@
 @c LocalWords: pre STDC GNUC endif yy YY alloca lf stddef stdlib YYDEBUG
 @c LocalWords: NUM exp subsubsection kbd Ctrl ctype EOF getchar isdigit
 @c LocalWords: ungetc stdin scanf sc calc ulator ls lm cc NEG prec yyerrok
address@hidden LocalWords: longjmp fprintf stderr preg yylloc YYLTYPE cos ln
address@hidden LocalWords: longjmp fprintf stderr yylloc YYLTYPE cos ln
 @c LocalWords: smallexample symrec val tptr FNCT fnctptr func struct sym
 @c LocalWords: fnct putsym getsym fname arith fncts atan ptr malloc sizeof
 @c LocalWords: strlen strcpy fctn strcmp isalpha symbuf realloc isalnum
 @c LocalWords: ptypes itype YYPRINT trigraphs yytname expseq vindex dtype
address@hidden LocalWords: Rhs YYRHSLOC LE nonassoc op deffn typeless typefull 
yynerrs
address@hidden LocalWords: Rhs YYRHSLOC LE nonassoc op deffn typeless yynerrs
 @c LocalWords: yychar yydebug msg YYNTOKENS YYNNTS YYNRULES YYNSTATES
 @c LocalWords: cparse clex deftypefun NE defmac YYACCEPT YYABORT param
 @c LocalWords: strncmp intval tindex lvalp locp llocp typealt YYBACKUP
@@ -9263,5 +9263,5 @@
 @c LocalWords: hexflag STR exdent itemset asis DYYDEBUG YYFPRINTF args
 @c LocalWords: infile ypp yxx outfile itemx tex leaderfill
 @c LocalWords: hbox hss hfill tt ly yyin fopen fclose ofirst gcc ll
address@hidden LocalWords: yyrestart nbar yytext fst snd osplit ntwo strdup AST
address@hidden LocalWords: nbar yytext fst snd osplit ntwo strdup AST
 @c LocalWords: YYSTACK DVI fdl printindex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]