changeset 4072:86ee34b1ec28

Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
author Jim Meyering <jim@meyering.net>
date Fri, 06 Dec 2002 08:08:13 +0000
parents 7c099bf32c2f
children 403175c3c046
files lib/error.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/error.c
+++ b/lib/error.c
@@ -55,7 +55,7 @@
 
 #include "error.h"
 
-#ifndef _LIBC
+#if !_LIBC
 # include "unlocked-io.h"
 #endif