From 88cade9dabb04c4453ff01ebcc1fbb482cab5a96 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Dec 2002 08:08:13 +0000 Subject: [PATCH] Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'. --- lib/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/error.c b/lib/error.c index 56659d2bc3..18c779e987 100644 --- a/lib/error.c +++ b/lib/error.c @@ -55,7 +55,7 @@ void exit (); #include "error.h" -#ifndef _LIBC +#if !_LIBC # include "unlocked-io.h" #endif -- 2.30.2