autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.61a-289


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-289-g6756684
Date: Wed, 14 Nov 2007 23:43:08 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=675668479dc1587bf69aadb223046bc31709ab4a

The branch, master has been updated
       via  675668479dc1587bf69aadb223046bc31709ab4a (commit)
      from  f32d0d7753f5547857e4cbdc47588ca5ccd98fac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 675668479dc1587bf69aadb223046bc31709ab4a
Author: Paul Eggert <address@hidden>
Date:   Wed Nov 14 15:42:59 2007 -0800

    * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
    
    gnulib.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    5 +++++
 lib/autoconf/types.m4 |    6 +++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e81f386..1e6baa4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-14  Paul Eggert  <address@hidden>
+
+       * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Make comment match
+       gnulib.
+
 2007-11-14  Ralf Wildenhues  <address@hidden>
 
        * lib/autoconf/status.m4: Fix a couple of comment typos.
diff --git a/lib/autoconf/types.m4 b/lib/autoconf/types.m4
index 6f03738..866e514 100644
--- a/lib/autoconf/types.m4
+++ b/lib/autoconf/types.m4
@@ -475,7 +475,11 @@ You should use `AC_TYPE_LONG_DOUBLE' or 
`AC_TYPE_LONG_DOUBLE_WIDER' instead.]
 AC_DEFUN([_AC_TYPE_LONG_LONG_SNIPPET],
 [
   AC_LANG_PROGRAM(
-    [[/* Test literals.  */
+    [[/* For now, do not test the preprocessor; as of 2007 there are too many
+        implementations with broken preprocessors.  Perhaps this can
+        be revisited in 2012.  In the meantime, code should not expect
+        #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
       long long int ll = 9223372036854775807ll;
       long long int nll = -9223372036854775807LL;
       unsigned long long int ull = 18446744073709551615ULL;


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]