Change _invlist_invert() from being in-line
authorKarl Williamson <public@khwilliamson.com>
Sun, 5 Jun 2011 18:59:02 +0000 (12:59 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:48 +0000 (14:05 -0600)
commit1c6f1daa3760d5e520edc7a933febeb4df46a685
tree8e2ca713e48ee0cddcf8cb487c6750a010df75b2
parent37e85ffe6b230b2dfde9e13a9eab4675c411467a
Change _invlist_invert() from being in-line

This is in preparation for it to be called from another file.  If
for performance reasons it needs to be made inline again, it could
then be moved into a header.
embed.fnc
proto.h
regcomp.c