diff options
author | Brad King <brad.king@kitware.com> | 2011-11-18 18:52:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-11-18 18:52:15 (GMT) |
commit | 5796f88d92832739889cc613d911d4d581b29365 (patch) | |
tree | d73ea89e49943c28c72d84b3aa13058f5184957d /Utilities/KWIML | |
parent | aaf376594cf4ae1d541189a2789382db47aa5d7b (diff) | |
parent | ae7cf91b1376cc313dc39e41c7d3e2026ac79b6b (diff) | |
download | CMake-5796f88d92832739889cc613d911d4d581b29365.zip CMake-5796f88d92832739889cc613d911d4d581b29365.tar.gz CMake-5796f88d92832739889cc613d911d4d581b29365.tar.bz2 |
Merge branch 'upstream-kwiml' into update-KWIML
Diffstat (limited to 'Utilities/KWIML')
-rw-r--r-- | Utilities/KWIML/ABI.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/KWIML/ABI.h.in b/Utilities/KWIML/ABI.h.in index 0ec6d0e..e95a4ff 100644 --- a/Utilities/KWIML/ABI.h.in +++ b/Utilities/KWIML/ABI.h.in @@ -148,6 +148,8 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined. # define @KWIML@_ABI_CHAR_IS_SIGNED 1 # elif defined(_SGI_COMPILER_VERSION) /* SGI MIPSpro default */ # define @KWIML@_ABI_CHAR_IS_UNSIGNED 1 +# elif defined(__PGIC__) /* PGI default */ +# define @KWIML@_ABI_CHAR_IS_SIGNED 1 # elif defined(_MSC_VER) /* MSVC default */ # define @KWIML@_ABI_CHAR_IS_SIGNED 1 # elif defined(__WATCOMC__) /* Watcom default */ @@ -231,6 +233,8 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined. # define @KWIML@_ABI_SIZEOF_LONG_LONG 8 # elif defined(__HP_cc) || defined(__HP_aCC) /* HP */ # define @KWIML@_ABI_SIZEOF_LONG_LONG 8 +# elif defined(__PGIC__) /* PGI */ +# define @KWIML@_ABI_SIZEOF_LONG_LONG 8 # elif defined(__WATCOMC__) /* Watcom */ # define @KWIML@_ABI_SIZEOF_LONG_LONG 8 # elif defined(__INTEL_COMPILER) /* Intel */ |