Browse Source

Merge branch 'upstream-kwiml' into update-KWIML

Brad King 14 years ago
parent
commit
5796f88d92
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Utilities/KWIML/ABI.h.in

+ 4 - 0
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 */