regexec.c: Don't rely on break stmts in macros
authorKarl Williamson <public@khwilliamson.com>
Tue, 18 Jan 2011 23:06:47 +0000 (16:06 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 18 Jan 2011 23:35:16 +0000 (16:35 -0700)
commit6895a8aa39da30e5d27a918f8082897ce5f21779
tree47e6bfef368570db57c730e10e2926c1cf1463da
parent8e9da4d422fd1fb3711b88105d4e58f6b8f88877
regexec.c: Don't rely on break stmts in macros

It is safer and clearer to have the break statement in each case statement at
the source level
regexec.c