Paul Eggert
2014-09-02 19:08:56 UTC
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 <***@cs.ucla.edu>
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
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 <***@cs.ucla.edu>
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
GNU Autoconf source repository