This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Reorder char class #defines; add comments
authorKarl Williamson <public@khwilliamson.com>
Fri, 7 Dec 2012 03:48:29 +0000 (20:48 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 9 Dec 2012 19:08:28 +0000 (12:08 -0700)
commit1709d539eca0df213028ca1f93c428df8a018f0e
treed264721267b57220c23c6af3b0620300f524cb4f
parentb2ef2e3411630a6f82a5b9aeca6020b1a728af66
handy.h: Reorder char class #defines; add comments

This groups the Posix-like classes in two groups, one which contains
those classes whose above-Latin1 lookups are done via swashes; the other
which aren't.  This will prove useful in future commits.
handy.h
regcomp.c