From: Jim Meyering Date: Fri, 6 Dec 2002 08:08:13 +0000 (+0000) Subject: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'. X-Git-Tag: RMAIL-MBOX-BASE~161 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=88cade9dabb04c4453ff01ebcc1fbb482cab5a96;p=gnulib.git Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'. --- 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