Mercurial > emacs
comparison src/regex.c @ 35533:6bd789b0ccc3
(mutually_exclusive_p): Add missing `break' at the end of `charset' processing.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 25 Jan 2001 01:44:54 +0000 |
parents | 95c2eedea354 |
children | a8725acacca5 |
comparison
equal
deleted
inserted
replaced
35532:3ee8da949962 | 35533:6bd789b0ccc3 |
---|---|
4364 return 1; | 4364 return 1; |
4365 } | 4365 } |
4366 } | 4366 } |
4367 } | 4367 } |
4368 } | 4368 } |
4369 break; | |
4369 | 4370 |
4370 case charset_not: | 4371 case charset_not: |
4371 switch (SWITCH_ENUM_CAST (*p1)) | 4372 switch (SWITCH_ENUM_CAST (*p1)) |
4372 { | 4373 { |
4373 case exactn: | 4374 case exactn: |