preproc: fix terminal token pasting in indirect sequences
commit49b33f398ecc1068f7e0b5591b36d663238b1e8b
authorH. Peter Anvin <hpa@zytor.com>
Mon, 20 Oct 2008 05:22:05 +0000 (19 22:22 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Oct 2008 05:22:05 +0000 (19 22:22 -0700)
tree9d7ef5061de17b8bbe07faf4513b176dd46b762d
parente126581f4d391cc25cf3db55acff717aee39c85c
preproc: fix terminal token pasting in indirect sequences

Fix the case where the terminal token pastes with the first token of
the unmodified sequence.  This is a really ugly version; we need to
merge the two instances plus the one in expand_mmac_params().

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