diff options
author | Keith Kanios <keith@kanios.net> | 2010-12-18 12:22:21 -0600 |
---|---|---|
committer | Keith Kanios <keith@kanios.net> | 2010-12-18 12:22:21 -0600 |
commit | 21d885b164c76e20b4fcd19384a82c90fbfd51e2 (patch) | |
tree | fe0f3d83820de52491260c70407f0bd9381f14b5 /preproc.c | |
parent | c98a5b4c89a610d109425944078b0ba7139dfc80 (diff) | |
download | nasm-21d885b164c76e20b4fcd19384a82c90fbfd51e2.tar.gz nasm-21d885b164c76e20b4fcd19384a82c90fbfd51e2.tar.bz2 nasm-21d885b164c76e20b4fcd19384a82c90fbfd51e2.zip |
preproc.c: simplify %un[i]macro warning message
Diffstat (limited to 'preproc.c')
-rw-r--r-- | preproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |