nasm64developer
-
2003-11-24
- priority: 5 --> 1
The existing code in expand_mmac_params()
should be updated to allow a TOK_NUMBER
token to be concatenated with a preceding
TOK_PREPROC_ID token.
See SF #839196 for more details.
Essentially the "concatenation code" in
expand_mmac_params() and expand_smacro()
should match eachother.