(add_to_sequence): Treat MATCH_PAR_DUP just like MATCH_DUP.

From-SVN: r1836
This commit is contained in:
Richard Kenner 1992-08-14 14:44:28 -04:00
parent 693fb02f80
commit f582c9d513
1 changed files with 1 additions and 0 deletions

View File

@ -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;