Commit 942030dc by Akim Demaille Committed by Geoffrey Keating

gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.

2002-06-07  Akim Demaille  <akim@epita.fr>

	* gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
	Whitespace changes.

From-SVN: r54348
parent f2846820
2002-06-07 Akim Demaille <akim@epita.fr>
* gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
Whitespace changes.
2002-06-07 Jeffrey Law <law@redhat.com> 2002-06-07 Jeffrey Law <law@redhat.com>
* sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
......
...@@ -292,7 +292,7 @@ optionseq: option ...@@ -292,7 +292,7 @@ optionseq: option
} }
; ;
optionseqopt: { $$ = NULL } optionseqopt: { $$ = NULL; }
| optionseq { $$ = $1; } | optionseq { $$ = $1; }
; ;
%% %%
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment