regcomp.c: Add some asserts()
authorKarl Williamson <public@khwilliamson.com>
Tue, 23 Jul 2013 15:25:36 +0000 (09:25 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 23 Jul 2013 15:54:16 +0000 (09:54 -0600)
commitf49d80741c9b7322c31473ee711d466d875ac060
treed6ffe9de025511dffc5150b0d4adb5af0eeb7fdb
parent4320851cd57948e3e528ddb2ea5adc8e2d873271
regcomp.c: Add some asserts()

Now that inversion lists are their own scalar types, we can verify that
the parameters to their manipulation functions are indeed inversion
lists.  This adds such assertions to the bottom level code that deals
with the bare metal of the scalars.  Functions that call these (even if
only in other asserts) didn't have asserts added to them, as they call
these anyway.
inline_invlist.c
regcomp.c