]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove fixme
authorJim Meyering <jim@meyering.net>
Sun, 13 Jul 1997 23:37:57 +0000 (23:37 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Jul 1997 23:37:57 +0000 (23:37 +0000)
src/printf.c

index 0a1c89b190dc429455f2a318cd977bd0e0993103..461a2e2af0a1859537c7542b5daefda4000b2803 100644 (file)
@@ -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");