Mercurial > hg > octave-jordi > gnulib-hg
changeset 10271:cd44816fe01c
New module 'longlong'.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 20:56:44 -0700 |
parents | 2148fac14263 |
children | bb8b340ce6ed |
files | ChangeLog MODULES.html.sh modules/longlong |
diffstat | 3 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-12 Ben Pfaff <blp@gnu.org> + + Add longlong module. + * modules/longlong: New file. + 2008-07-12 Bruno Haible <bruno@clisp.org> * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
--- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1871,6 +1871,7 @@ func_module fpucw func_module func func_module inline + func_module longlong func_module vararrays func_end_table
new file mode 100644 --- /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