From: Bruno Haible Date: Sun, 22 Dec 2019 09:21:37 +0000 (+0100) Subject: longlong: Mark module obsolete. X-Git-Tag: v1.0~4437 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=35accbe61c103aca59ed8ee7c5ddc3fde795ed6d;p=gnulib.git longlong: Mark module obsolete. * modules/longlong (Status, Notice): New sections. --- diff --git a/ChangeLog b/ChangeLog index 10adf32306..89f7ad9a00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-12-22 Bruno Haible + longlong: Mark module obsolete. + * modules/longlong (Status, Notice): New sections. + stdint: Assume that the compiler supports 'long long'. * 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 diff --git a/modules/longlong b/modules/longlong index a5d2b7074e..714e2f20be 100644 --- a/modules/longlong +++ b/modules/longlong @@ -1,6 +1,12 @@ Description: Define HAVE_LONG_LONG_INT if 'long long int' works. +Status: +obsolete + +Notice: +This module is obsolete. + Files: m4/longlong.m4