This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Fix up Posix Space macros
authorKarl Williamson <public@khwilliamson.com>
Mon, 3 Dec 2012 04:46:50 +0000 (21:46 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 17:30:00 +0000 (10:30 -0700)
commit13380643b4a36ae1fd3ab482f051cda4dade8ef8
tree1e41963ecb54b5f5975ac091347db1caae2706ee
parent5092f92a753474f7a1ed5525e874cb0904427ae5
handy.h: Fix up Posix Space macros

Under the default Posix locale, \s and [[:space:]] are the same, so
there is no need to try to make sure that [[:space:]] matches a vertical
tab -- it already does.  Also one of the macros had a typo, trying to
add a form feed instead of a vertical tab
handy.h