Commit f582c9d5 by Richard Kenner

(add_to_sequence): Treat MATCH_PAR_DUP just like MATCH_DUP.

From-SVN: r1836
parent 693fb02f
......@@ -418,6 +418,7 @@ add_to_sequence (pattern, last, position)
return new;
case MATCH_DUP:
case MATCH_PAR_DUP:
new->dupno = XINT (pattern, 0);
new->code = UNKNOWN;
new->enforce_mode = 0;
......
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