This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Fix Posix ASCII defins for cased, vert space
authorKarl Williamson <khw@cpan.org>
Sun, 7 Oct 2018 14:56:27 +0000 (08:56 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 7 Oct 2018 15:01:33 +0000 (09:01 -0600)
commitb00627d0013d067e2f0c15c7024a570ada534c4d
tree3e462904a744d753cabd242ae0e8bdfa02cba806
parent72ba98d57a7d218b16714daa7a56b0497ce61b85
regcomp.c: Fix Posix ASCII defins for cased, vert space

The current definitions are wrong, but not actually used currently.
This fixes them.  cased is the same as alphabetic in the ASCII range,
and set vert space to NULL so that it won't inadvertently get used
regcomp.c