summaryrefslogtreecommitdiff
path: root/lib/error.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-29 13:47:56 +0000
committerJim Meyering <jim@meyering.net>1996-10-29 13:47:56 +0000
commite623bf9a0384811386f036a0ac1a2f0e9a6df2be (patch)
treeccc98c9eb024197abe494ab87cf83985fea2742a /lib/error.c
parent0815914f28b074c04bcf778385d43992c40a50b5 (diff)
downloadcoreutils-e623bf9a0384811386f036a0ac1a2f0e9a6df2be.tar.xz
.
Diffstat (limited to 'lib/error.c')
-rw-r--r--lib/error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/error.c b/lib/error.c
index 541cb0dc9..b167b830c 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -68,7 +68,7 @@ unsigned int error_message_count;
# define program_name program_invocation_name
# include <errno.h>
-#else
+#else /* not _LIBC */
/* The calling program should define program_name and set it to the
name of the executing program. */
@@ -92,7 +92,7 @@ private_strerror (errnum)
}
# define strerror private_strerror
# endif /* HAVE_STRERROR */
-#endif /* _LIBC */
+#endif /* not _LIBC */
/* Print the program name and error message MESSAGE, which is a printf-style
format string with optional args.