From: Jim Meyering Date: Sun, 13 Jul 1997 23:37:57 +0000 (+0000) Subject: remove fixme X-Git-Tag: SH-UTILS-1_16d~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=566451e5be927461def169e7677ce454bb96c45f;p=thirdparty%2Fcoreutils.git remove fixme --- diff --git a/src/printf.c b/src/printf.c index 0a1c89b190..461a2e2af0 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");