(add_to_sequence): Treat MATCH_PAR_DUP just like MATCH_DUP.
From-SVN: r1836
This commit is contained in:
parent
693fb02f80
commit
f582c9d513
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user