regcomp.c: Rmv code for delayed 'til runtime POSIX defns
authorKarl Williamson <public@khwilliamson.com>
Thu, 2 Jan 2014 14:43:35 +0000 (07:43 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Jan 2014 21:05:41 +0000 (14:05 -0700)
commitbcb875216f24899d543c036aebdba0835f8d22e6
tree0bf5087daba187d5df6c08f9b027137522b0df55
parentc496e78aa3f6f2116dda7bcf9ab50b6082629ec8
regcomp.c: Rmv code for delayed 'til runtime POSIX defns

The previous commit made compile-time inversion lists available for all
POSIX classes, not just some..  Therefore the code that deals with not
having them available until runtime can be removed.  This commit does
the largest chunk of this code, used when a POSIX class is used within a
bracketed character class.  Later commits will remove more.
regcomp.c