preproc: merge expand_mmac_params() and expand_indirect()
commit67c637236a18e7ae3f3086487a88274a89608d10
authorH. Peter Anvin <hpa@zytor.com>
Mon, 27 Oct 2008 06:49:00 +0000 (26 23:49 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 27 Oct 2008 06:49:00 +0000 (26 23:49 -0700)
tree6c7f0d10b22f4f965bbf0ca8def24ef36affbea7
parent429265163e1c8a1f0c25b22d859811d9b8de3154
preproc: merge expand_mmac_params() and expand_indirect()

These two really need to be done together, in order for constructs
such as %[%1] to work properly.  Furthermore, fix a token-pasting bug
in expand_mmac_params().

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