regcomp.c: Use hex instead of octal for debug ords
authorKarl Williamson <public@khwilliamson.com>
Sun, 28 Nov 2010 03:51:54 +0000 (20:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Nov 2010 12:49:16 +0000 (04:49 -0800)
commit9ce2357ee574b9377c898a552cb981a078f1722d
treef982e01c82c05bad9b7cfc0891c4c65ad370152f
parentf5ecd18d6d228e264c76bed78eb035ba36b01b40
regcomp.c: Use hex instead of octal for debug ords

The ordinals that are output in the debugging output have been in octal,
which is ok for the low controls, but for above Latin1, the standard is
hex, so this changes them all to correspond.  If desired the low
controls could be changed back to be in octal.
regcomp.c