preproc: fix exit conditions for indirection loop
commitec03301eb4e6137bd58fb56defc7346bdfec6991
authorH. Peter Anvin <hpa@zytor.com>
Mon, 20 Oct 2008 05:12:06 +0000 (19 22:12 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Oct 2008 05:13:34 +0000 (19 22:13 -0700)
treec74b072c3793298aba8d2e5b754b6e3aefa0f03e
parentca544db4b6de0cb994a2eef65cc2e5e47079254b
preproc: fix exit conditions for indirection loop

When locating the end of a %[...] construct, we need to end up with
the pointer pointing to the terminating character.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
preproc.c