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.69-127-


From: Paul Eggert
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.69-127-g43b1ebe
Date: Tue, 02 Sep 2014 19:08:56 +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=43b1ebeebbd33e0ee460c2ecb2e25d68e51a606f

The branch, master has been updated
       via  43b1ebeebbd33e0ee460c2ecb2e25d68e51a606f (commit)
      from  785c3dff655e8d0607f2380e00460c9b72cd2edf (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 43b1ebeebbd33e0ee460c2ecb2e25d68e51a606f
Author: Paul Eggert <address@hidden>
Date:   Tue Sep 2 12:08:24 2014 -0700

    autoconf: fix typo in previous change
    
    * lib/autoconf/c.m4 (AC_C_RESTRICT): Fix typo in previous change.

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

Summary of changes:
 lib/autoconf/c.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index a565339..9b7aa6b 100644
--- a/lib/autoconf/c.m4
+++ b/lib/autoconf/c.m4
@@ -1862,7 +1862,7 @@ AC_DEFUN([AC_C_RESTRICT],
         [[typedef int *int_ptr;
           int foo (int_ptr $ac_kw ip) { return ip[0]; }
           int bar (int [$ac_kw]); /* Catch GCC bug 14050.  */
-          int bar (int [$ac_kw ip]) { return ip[0]; }
+          int bar (int ip[$ac_kw]) { return ip[0]; }
         ]],
         [[int s[1];
           int *$ac_kw t = s;


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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