This commit is contained in:
Dave Schuyler 2004-01-07 20:01:02 +00:00
parent fb9e74bb48
commit 0e1b91eaa2

View File

@ -111,13 +111,11 @@ end_group() {
// intersection. // intersection.
throw_event_for(_in_patterns, *ca); throw_event_for(_in_patterns, *ca);
++ca; ++ca;
} else if (order(*cb, *ca)) { } else if (order(*cb, *ca)) {
// Here's an element in b but not in a. That's a newly exited // Here's an element in b but not in a. That's a newly exited
// intersection. // intersection.
throw_event_for(_out_patterns, *cb); throw_event_for(_out_patterns, *cb);
++cb; ++cb;
} else { } else {
// This element is in both b and a. It hasn't changed. // This element is in both b and a. It hasn't changed.
throw_event_for(_again_patterns, *cb); throw_event_for(_again_patterns, *cb);