diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-12 11:47:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-12 11:47:34 +0000 |
commit | 9fb965dfd87c807f300c261b26eac7ef6dce05c1 (patch) | |
tree | 0fe4401d824921ec97df38afd343873e1961d2f2 | |
parent | bcdaf2c1a5d7955e695eabce569866298988b43b (diff) | |
download | coreutils-9fb965dfd87c807f300c261b26eac7ef6dce05c1.tar.xz |
Add comment for posixly_correct.
-rw-r--r-- | src/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c index dd18f609b..65c8f94e1 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 */ |