regexec.c: Reorder cases in switch to eliminate a goto
authorKarl Williamson <public@khwilliamson.com>
Mon, 16 Sep 2013 03:16:10 +0000 (21:16 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 17 Sep 2013 05:13:12 +0000 (23:13 -0600)
commit62e1661840c325f40cc471909908a093fa5d2dd8
treeba173b22f3e67412b48f1b49b1dfea5f974c514e
parentddc65b67716e249b363fe390e4bc08a259b2fed1
regexec.c: Reorder cases in switch to eliminate a goto

I imagine that the goto gets optimized out, but this is clearer anyway;
considered less harmful.
regexec.c