projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ae77ce
)
remove stray define before _LIBC
author
Jim Meyering
<jim@meyering.net>
Sat, 8 Jan 2000 17:53:35 +0000
(17:53 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 8 Jan 2000 17:53:35 +0000
(17:53 +0000)
lib/error.c
patch
|
blob
|
history
diff --git
a/lib/error.c
b/lib/error.c
index 676ce1d685132f46217969ea4746cc28711da462..ffa54c39628cc275c9a26bac2067fc0b747877e6 100644
(file)
--- a/
lib/error.c
+++ b/
lib/error.c
@@
-232,7
+232,7
@@
error_at_line (status, errnum, file_name, line_number, message, va_alist)
++error_message_count;
if (errnum)
{
-#if defined HAVE_STRERROR_R ||
defined
_LIBC
+#if defined HAVE_STRERROR_R || _LIBC
char errbuf[1024];
# if HAVE_WORKING_STRERROR_R || _LIBC
fprintf (stderr, ": %s", __strerror_r (errnum, errbuf, sizeof errbuf));