소스 검색

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

Eric Andersen 25 년 전
부모
커밋
c526f7d42d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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