projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0acca1d
)
(mutually_exclusive_p): Add missing `break' at the end of `charset' processing.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 25 Jan 2001 01:44:54 +0000
(
01:44
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 25 Jan 2001 01:44:54 +0000
(
01:44
+0000)
regex.c
patch
|
blob
|
history
diff --git
a/regex.c
b/regex.c
index ffc791236d73e3ac989acc9dbea239f7217208de..b3d0658c7dcd42b000fbd960ad5ef4cfca45550a 100644
(file)
--- a/
regex.c
+++ b/
regex.c
@@
-4366,6
+4366,7
@@
mutually_exclusive_p (bufp, p1, p2)
}
}
}
+ break;
case charset_not:
switch (SWITCH_ENUM_CAST (*p1))