[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Thu Sep 3 18:17:18 UTC 2015
details: /var/hg/gmp/rev/8f209b568185
changeset: 16812:8f209b568185
user: Torbjorn Granlund <torbjorng at google.com>
date: Thu Sep 03 20:17:07 2015 +0200
description:
(GMP_C_HIDDEN_ALIAS): Invoke.
details: /var/hg/gmp/rev/ab02d29d71d5
changeset: 16813:ab02d29d71d5
user: Torbjorn Granlund <torbjorng at google.com>
date: Thu Sep 03 20:17:15 2015 +0200
description:
Amend last change.
diffstat:
acinclude.m4 | 1 -
configure.ac | 1 +
2 files changed, 1 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 8f1fe1742042 -r ab02d29d71d5 acinclude.m4
--- a/acinclude.m4 Thu Sep 03 19:40:32 2015 +0200
+++ b/acinclude.m4 Thu Sep 03 20:17:15 2015 +0200
@@ -3265,7 +3265,6 @@
AC_DEFINE(HAVE_HIDDEN_ALIAS, 1,
[Define to 1 if the compiler accepts gcc style __attribute__ ((visibility))
and __attribute__ ((alias))])
- GMP_DEFINE(HAVE_HIDDEN_ALIAS, [])
fi
])
diff -r 8f1fe1742042 -r ab02d29d71d5 configure.ac
--- a/configure.ac Thu Sep 03 19:40:32 2015 +0200
+++ b/configure.ac Thu Sep 03 20:17:15 2015 +0200
@@ -2727,6 +2727,7 @@
GMP_C_ATTRIBUTE_MALLOC
GMP_C_ATTRIBUTE_MODE
GMP_C_ATTRIBUTE_NORETURN
+GMP_C_HIDDEN_ALIAS
GMP_H_EXTERN_INLINE
More information about the gmp-commit
mailing list