From: Jim Meyering Date: Tue, 29 Oct 1996 13:47:56 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19q~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e623bf9a0384811386f036a0ac1a2f0e9a6df2be;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/error.c b/lib/error.c index 541cb0dc97..b167b830c9 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 -#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.