This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: refactor FITS_IN_8_BITS defn
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Sep 2011 17:42:10 +0000 (11:42 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:58:08 +0000 (09:58 -0600)
commit7c06269796e51fcf84efa5f5dab9ed98447ef9c1
treedfc31aefc27d6ab62f39b88904ad0f8d42d6c69e
parent3912bc886c99be4f8599922a1998dcf2cfffe877
handy.h: refactor FITS_IN_8_BITS defn

This creates a #define for the platforms widest UV, and then uses this
in the FITS_IN_8ITS definition, instead of #ifdef'ing that.  This will
be useful in future commits.
handy.h