Add comment for posixly_correct.
authorJim Meyering <jim@meyering.net>
Thu, 12 Jun 1997 11:47:34 +0000 (11:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Jun 1997 11:47:34 +0000 (11:47 +0000)
src/printf.c

index dd18f60..65c8f94 100644 (file)
@@ -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 */