regcomp: Share two bits in ANYOF flags
authorKarl Williamson <public@khwilliamson.com>
Sat, 15 Jan 2011 16:45:24 +0000 (09:45 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 16 Jan 2011 15:18:54 +0000 (08:18 -0700)
commitf424400810b6af341e96230836690da51c37b812
tree28d71e6f599eaa41330f7919e90ffd6b6367a5f2
parentd658a8a81c4f311bef688fd51df924a424429f14
regcomp: Share two bits in ANYOF flags

It turns out that the INVERT and EOS flags can actually share the same bit, as
explained in the comments, freeing up a bit for other uses.  No code changes
need be made.
regcomp.c
regcomp.h