regexec.c: Add assertion check
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Sep 2011 21:42:14 +0000 (15:42 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:15:32 +0000 (09:15 -0600)
commit9ac792f4c8d84f4e7dc8fa8d1eb254f0389b3b38
tree18f5ffba6ee488fb7f6df54d71445e0540b69bbb
parente3136cf9c75dca4f182c2a8c635f8df7d0870483
regexec.c: Add assertion check

This makes sure before there is a segfault that the is_() functions
actually have the side effect that this expects.
regexec.c