Merge topic 'update-KWIML'
32fb667 Merge branch 'upstream-kwiml' into update-KWIML 9fdfe07 KWIML: Teach ABI about 'long long' on older GNU
This commit is contained in:
commit
8a7a4c043c
@ -253,7 +253,9 @@ suppression macro @KWIML@_ABI_NO_VERIFY was defined.
|
|||||||
# else
|
# else
|
||||||
# define @KWIML@_ABI_SIZEOF_LONG_LONG 0
|
# define @KWIML@_ABI_SIZEOF_LONG_LONG 0
|
||||||
# endif
|
# 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
|
# define @KWIML@_ABI_SIZEOF_LONG_LONG 8
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user