소스 검색

Add a fix for the inline keyword on the osf os.

Bill Hoffman 15 년 전
부모
커밋
92c082b1c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Utilities/cmlibarchive/libarchive/archive_endian.h

+ 1 - 1
Utilities/cmlibarchive/libarchive/archive_endian.h

@@ -48,7 +48,7 @@
  */
 #if defined(__WATCOMC__) || defined(__sgi) || defined(__hpux) || defined(__BORLANDC__) || defined(__SUNPRO_C)
 #define inline
-#elif defined(_MSC_VER)
+#elif defined(_MSC_VER) || defined(__osf__)
 #define inline __inline
 #endif