mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
preproc.c: simplify %un[i]macro warning message
This commit is contained in:
parent
c98a5b4c89
commit
21d885b164
@ -2981,7 +2981,7 @@ issue_error:
|
|||||||
ed->nparam_max == spec.nparam_max &&
|
ed->nparam_max == spec.nparam_max &&
|
||||||
ed->plus == spec.plus) {
|
ed->plus == spec.plus) {
|
||||||
if (ed->cur_depth > 0) {
|
if (ed->cur_depth > 0) {
|
||||||
error(ERR_NONFATAL, "`%s' ignored due to active macro",
|
error(ERR_NONFATAL, "`%s' ignored on active macro",
|
||||||
pp_directives[i]);
|
pp_directives[i]);
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user