Merge some parser fields
authorFather Chrysostomos <sprout@cpan.org>
Fri, 4 Nov 2011 21:30:09 +0000 (14:30 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 6 Nov 2011 08:13:49 +0000 (01:13 -0700)
commit7ad221d371731323437db18994f392eb7fa45f3a
tree2e9a3c79ab15ffe633831bface73c5cd789d4b84
parent60d6334874c6f82066ad72b36a86bcb753de82a2
Merge some parser fields

By combining two booleans with the flags field, we save some space.
By making it a 16-bit instead of 32-bit field (only two flag bits
are currently used), we also avoid alignment holes (I hope; I’m
not very good at this).
parser.h