Explorar el Código

Merge branch 'upstream-kwiml' into update-KWIML

Brad King hace 13 años
padre
commit
32fb667a0c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Utilities/KWIML/ABI.h.in

+ 3 - 1
Utilities/KWIML/ABI.h.in

@@ -253,7 +253,9 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
 #  else
 #   define @KWIML@_ABI_SIZEOF_LONG_LONG 0
 #  endif
-# elif defined(__hpux) && !defined(__GNUC__) /* Old HP: no __HP_cc/__HP_aCC above */
+# elif defined(__GNUC__) /* GNU */
+#  define @KWIML@_ABI_SIZEOF_LONG_LONG 8
+# elif defined(__hpux) /* Old HP: no __HP_cc/__HP_aCC/__GNUC__ above */
 #  define @KWIML@_ABI_SIZEOF_LONG_LONG 8
 # endif
 #endif