preproc: correctly handle quoted strings inside %[...] constructs
commitca544db4b6de0cb994a2eef65cc2e5e47079254b
authorH. Peter Anvin <hpa@zytor.com>
Mon, 20 Oct 2008 02:30:11 +0000 (19 19:30 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Oct 2008 02:30:11 +0000 (19 19:30 -0700)
tree9fe5b8798b6f3aa93126268189a4488a2e9fc416
parent0ca00860dfde882f384658409a0d14a3b46fc108
preproc: correctly handle quoted strings inside %[...] constructs

We need to skip quoted strings when determining the ending point of
%[...] constructs.

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