regcomp.h: Create new typedef synonym for clarity
authorKarl Williamson <public@khwilliamson.com>
Wed, 14 Aug 2013 17:39:38 +0000 (11:39 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 24 Sep 2013 17:36:14 +0000 (11:36 -0600)
commitd1d040e539a86226d1a68f741e36ac5b3cfdbda9
tree0ee244ad7b59a535590f7ed7ac7681e10e6adcbc
parentb27fd97ad21e14201a125cc5f2b9adec3273b848
regcomp.h: Create new typedef synonym for clarity

This commit finishes (at least for now) removing some of the overloading
of the term class.  A 'regnode_charclass_class' node contains space for
storing the posix classes it matches that are never defined until the
moment of matching because they are subject to the current run-time
locale.  This commit creates a typedef 'regnode_charclass_posixl'
synonym that doesn't re-use the term 'class' for two different purposes.
perl.h
pod/perlreguts.pod
regcomp.h