Commit 973159f2 by Martin Liska Committed by Martin Liska

Improve documentation of for statement.

2019-09-06  Martin Liska  <mliska@suse.cz>

	* doc/match-and-simplify.texi: Separate tuples with ;.

From-SVN: r275452
parent 67f6e649
2019-09-06 Martin Liska <mliska@suse.cz> 2019-09-06 Martin Liska <mliska@suse.cz>
* doc/match-and-simplify.texi: Separate tuples with ;.
2019-09-06 Martin Liska <mliska@suse.cz>
PR c++/91125 PR c++/91125
* Makefile.in: Remove tlink.o. * Makefile.in: Remove tlink.o.
* collect2.c (do_link): New function isolated * collect2.c (do_link): New function isolated
......
...@@ -293,8 +293,8 @@ nested and a @code{for} can have multiple operators to iterate. ...@@ -293,8 +293,8 @@ nested and a @code{for} can have multiple operators to iterate.
@end smallexample @end smallexample
In this example the pattern will be repeated four times with In this example the pattern will be repeated four times with
@code{opa, opb, opc} being @code{plus, minus, plus}, @code{opa, opb, opc} being @code{plus, minus, plus};
@code{plus, minus, minus}, @code{minus, plus, plus}, @code{plus, minus, minus}; @code{minus, plus, plus};
@code{minus, plus, minus}. @code{minus, plus, minus}.
To avoid repeating operator lists in @code{for} you can name To avoid repeating operator lists in @code{for} you can name
......
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