[Cmake-commits] CMake branch, master, updated. d6a6eadcfe4f3f777f4e9f1d6f8234d81878a4a0

cmake-commits at cmake.org cmake-commits at cmake.org
Tue May 4 15:54:12 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  d6a6eadcfe4f3f777f4e9f1d6f8234d81878a4a0 (commit)
      from  a18612429db86c23a40e5f96ce1de5425573779c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d6a6eadcfe4f3f777f4e9f1d6f8234d81878a4a0
commit d6a6eadcfe4f3f777f4e9f1d6f8234d81878a4a0
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Tue May 4 15:51:02 2010 -0400

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

diff --git a/Utilities/cmlibarchive/libarchive/archive_endian.h b/Utilities/cmlibarchive/libarchive/archive_endian.h
index b7a5f96..067312d 100644
--- a/Utilities/cmlibarchive/libarchive/archive_endian.h
+++ b/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

-----------------------------------------------------------------------

Summary of changes:
 Utilities/cmlibarchive/libarchive/archive_endian.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list