X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ferror.c;h=e5f1daba46a81958033f9f88d3541484f1dc063c;hb=0941f53a92efc360e019b76923d0ecd380849939;hp=541cb0dc978783dd0124a9fe8a05c3c726073869;hpb=a76c51d1f609cbbb533371bc42649b25f9d62ed5;p=gnulib.git diff --git a/lib/error.c b/lib/error.c index 541cb0dc9..e5f1daba4 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,8 @@ 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.