From 21d885b164c76e20b4fcd19384a82c90fbfd51e2 Mon Sep 17 00:00:00 2001 From: Keith Kanios Date: Sat, 18 Dec 2010 12:22:21 -0600 Subject: preproc.c: simplify %un[i]macro warning message --- preproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preproc.c') 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 { -- cgit v1.2.3