From: Ben Pfaff Date: Sun, 13 Jul 2008 03:56:44 +0000 (-0700) Subject: New module 'longlong'. X-Git-Tag: v0.1~7199 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a012b399fc9ec00d3f27ffcfd25729053791d42f;p=gnulib.git New module 'longlong'. --- diff --git a/ChangeLog b/ChangeLog index a14be479b..9c79e5d2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-12 Ben Pfaff + + Add longlong module. + * modules/longlong: New file. + 2008-07-12 Bruno Haible * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM diff --git a/MODULES.html.sh b/MODULES.html.sh index 8108e3ff4..118e3f543 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1871,6 +1871,7 @@ func_all_modules () func_module fpucw func_module func func_module inline + func_module longlong func_module vararrays func_end_table diff --git a/modules/longlong b/modules/longlong new file mode 100644 index 000000000..5b73e9317 --- /dev/null +++ b/modules/longlong @@ -0,0 +1,15 @@ +Description: +Define HAVE_LONG_LONG_INT if 'long long int' works. + +Files: +m4/longlong.m4 + +configure.ac: +AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) +AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) + +License: +GPL + +Maintainer: +Ben Pfaff