Skip to content
  • Bruno Haible's avatar
    stdint: Assume that the compiler supports 'long long'. · be9dab63
    Bruno Haible authored
    * lib/stdint.in.h (int64_t, uint64_t, intmax_t, uintmax_t, INT64_C,
    UINT64_C, INTMAX_C, UINTMAX_C): Assume HAVE_LONG_LONG_INT and
    HAVE_UNSIGNED_LONG_LONG_INT to be 1.
    * m4/stdint.m4 (gl_STDINT_H): Don't require AC_TYPE_LONG_LONG_INT,
    AC_TYPE_UNSIGNED_LONG_LONG_INT.
    * modules/stdint (Files): Remove longlong.m4.
    (Makefile.am): Don't substitute HAVE_LONG_LONG_INT,
    HAVE_UNSIGNED_LONG_LONG_INT.
    be9dab63