From: Jim Meyering Date: Thu, 12 Jun 1997 11:47:34 +0000 (+0000) Subject: Add comment for posixly_correct. X-Git-Tag: SH-UTILS-1_16a~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fb965dfd87c807f300c261b26eac7ef6dce05c1;p=thirdparty%2Fcoreutils.git Add comment for posixly_correct. --- diff --git a/src/printf.c b/src/printf.c index dd18f609be..65c8f94e16 100644 --- a/src/printf.c +++ b/src/printf.c @@ -68,7 +68,7 @@ char *xmalloc (); /* The value to return to the calling program. */ static int exit_status; -/* FIXME */ +/* Non-zero if the POSIXLY_CORRECT environment variable is set. */ static int posixly_correct; /* FIXME */