regcomp.h: Allow compiler to perform calculation
authorKarl Williamson <public@khwilliamson.com>
Tue, 18 Feb 2014 15:57:48 +0000 (08:57 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 19 Feb 2014 15:32:59 +0000 (08:32 -0700)
commit4c1877fc886efb240941fae022811ee44a51a6fd
tree04ab6688c10badaa5a3bdafb6ae5978769f804cc
parentcd3413cbbd08762c41f584d23806a18fb5f1160d
regcomp.h: Allow compiler to perform calculation

Instead of doing the calculation of how many bytes a 256 bitmap
occupies, let the compiler do it.  I believe we are not too far away
from having the ability to allow applications to recompile Perl to
increase the bitmap size trading speed for memory.  ICU has an 8192
bitmap last time I checked.
regcomp.h