Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
authorJim Meyering <jim@meyering.net>
Fri, 6 Dec 2002 08:08:13 +0000 (08:08 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Dec 2002 08:08:13 +0000 (08:08 +0000)
lib/error.c

index 56659d2..18c779e 100644 (file)
@@ -55,7 +55,7 @@ void exit ();
 
 #include "error.h"
 
-#ifndef _LIBC
+#if !_LIBC
 # include "unlocked-io.h"
 #endif