Fix %? in multi-line macros with a labelnasm-2.03
commitc751e86145aec99b2212321903146723e75af22a
authorH. Peter Anvin <hpa@zytor.com>
Mon, 9 Jun 2008 17:18:45 +0000 (9 10:18 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 9 Jun 2008 17:18:45 +0000 (9 10:18 -0700)
treea122578dcd9f3461c43dd9f9b81b64d832208866
parent435f1863be5627fd4541e283bb12727b7a91445c
Fix %? in multi-line macros with a label

The handling of %? in multi-line macros was broken when the macro name
was preceeded by a label; it would expand to the label instead of the
macro name.  This was particularly serious since this was used in
the macro implementation of INCBIN.
preproc.c