Browse Source

Repeat after me 100 times:
I will always compile before I commit
-Erik

Eric Andersen 25 years ago
parent
commit
c526f7d42d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      include/features.h

+ 1 - 2
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