preproc.c: simplify %un[i]macro warning message

This commit is contained in:
Keith Kanios 2010-12-18 12:22:21 -06:00
parent c98a5b4c89
commit 21d885b164

View File

@ -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 {