From c526f7d42d3ddf36aec20b1747ddcd8c40c23cb7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Sep 2000 17:43:31 +0000 Subject: Repeat after me 100 times: I will always compile before I commit -Erik --- include/features.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/features.h b/include/features.h index f886e0bd6..d97a1aff2 100644 --- a/include/features.h +++ b/include/features.h @@ -10,8 +10,7 @@ #define __UCLIBC_MINOR__ 1 /* __restrict is known in EGCS 1.2 and above. */ -#if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < - 92) +#if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 92) # define __restrict /* Ignore */ #endif -- cgit v1.2.3