summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Kanios <keith@kanios.net>2010-12-18 12:22:21 -0600
committerKeith Kanios <keith@kanios.net>2010-12-18 12:22:21 -0600
commit21d885b164c76e20b4fcd19384a82c90fbfd51e2 (patch)
treefe0f3d83820de52491260c70407f0bd9381f14b5
parentc98a5b4c89a610d109425944078b0ba7139dfc80 (diff)
downloadnasm-21d885b164c76e20b4fcd19384a82c90fbfd51e2.tar.gz
preproc.c: simplify %un[i]macro warning message
-rw-r--r--preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/preproc.c b/preproc.c
index b87e292f..6ac5615e 100644
--- a/preproc.c
+++ b/preproc.c
@@ -2981,7 +2981,7 @@ issue_error:
ed->nparam_max == spec.nparam_max &&
ed->plus == spec.plus) {
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]);
break;
} else {