Commit b29e212c by Michael Meissner

Add missing comma.

From-SVN: r3626
parent 8e27715a
...@@ -1737,7 +1737,7 @@ all_iter_stmt_simple: ...@@ -1737,7 +1737,7 @@ all_iter_stmt_simple:
error ("`%s' is not an iterator", error ("`%s' is not an iterator",
IDENTIFIER_POINTER (DECL_NAME ($3))); IDENTIFIER_POINTER (DECL_NAME ($3)));
else if (ITERATOR_BOUND_P ($3)) else if (ITERATOR_BOUND_P ($3))
error ("`for (%s)' inside expansion of same iterator" error ("`for (%s)' inside expansion of same iterator",
IDENTIFIER_POINTER (DECL_NAME ($3))); IDENTIFIER_POINTER (DECL_NAME ($3)));
else else
{ {
......
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