summaryrefslogtreecommitdiff
path: root/preproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'preproc.c')
-rw-r--r--preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/preproc.c b/preproc.c
index b87e292..6ac5615 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 {