diff options
-rw-r--r-- | src/printf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c index 0a1c89b19..461a2e2af 100644 --- a/src/printf.c +++ b/src/printf.c @@ -71,7 +71,9 @@ static int exit_status; /* Non-zero if the POSIXLY_CORRECT environment variable is set. */ static int posixly_correct; -/* FIXME */ +/* This message appears in N_() here rather than just in _() below because + the sole use would have been in a #define, and xgettext doesn't look for + strings in cpp directives. */ static char *const cfcc_msg = N_("warning: %s: character(s) following character constant have been ignored"); |