Browse Source

For HP, preprocessor if on multiple lines not allowed, make a long line.

Bill Hoffman 15 years ago
parent
commit
d6a6eadcfe
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Utilities/cmlibarchive/libarchive/archive_endian.h

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

@@ -46,8 +46,7 @@
  * - SunPro C
  * - Microsoft Visual C++ 6.0 (supposedly newer versions too)
  */
-#if defined(__WATCOMC__) || defined(__sgi) || defined(__hpux)
- || defined(__BORLANDC__) || defined(__SUNPRO_C)
+#if defined(__WATCOMC__) || defined(__sgi) || defined(__hpux) || defined(__BORLANDC__) || defined(__SUNPRO_C)
 #define inline
 #elif defined(_MSC_VER)
 #define inline __inline