projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b49ee
)
Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
author
Jim Meyering
<jim@meyering.net>
Fri, 6 Dec 2002 08:08:13 +0000
(08:08 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 6 Dec 2002 08:08:13 +0000
(08:08 +0000)
lib/error.c
patch
|
blob
|
history
diff --git
a/lib/error.c
b/lib/error.c
index 56659d2bc3a11e55595014c4da9bba5c7c55100d..18c779e987edf0a545f418f8bbf65ec389a532cb 100644
(file)
--- a/
lib/error.c
+++ b/
lib/error.c
@@
-55,7
+55,7
@@
void exit ();
#include "error.h"
-#if
ndef
_LIBC
+#if
!
_LIBC
# include "unlocked-io.h"
#endif