diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-13 23:37:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-13 23:37:57 +0000 |
commit | 566451e5be927461def169e7677ce454bb96c45f (patch) | |
tree | e112d583c5e82a13d617d8c8f9368815daac4cf1 /src | |
parent | 8ea7459457b25615ac703aa9f6e92573b9833b08 (diff) | |
download | coreutils-566451e5be927461def169e7677ce454bb96c45f.tar.xz |
remove fixme
Diffstat (limited to 'src')
-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"); |