From: Jim Meyering Date: Fri, 6 Dec 2002 08:08:13 +0000 (+0000) Subject: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88cade9dabb04c4453ff01ebcc1fbb482cab5a96;p=pspp 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