소스 검색

Ignore __pure2 on linux as I don't know what to do about it.

Viral B. Shah 13 년 전
부모
커밋
68fae89b6a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/openlibm.h

+ 2 - 1
src/openlibm.h

@@ -24,9 +24,10 @@
 #endif
 
 #ifdef __linux__
+/* Not sure what to do about __pure2 on linux */
+#define __pure2 
 #include <sys/types.h>
 #include <limits.h>
-#define __pure2 
 #endif