summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-12-04 14:00:44 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-12-04 14:00:44 +0100
commit96381eabd0b915b04c87e9af4caff14cb38cc93b (patch)
tree946188243e75ae0ae91fd87a6af3c907f281ecd1
parentd310262d1ccffb31e40313ecb33014383c38bae0 (diff)
downloadgmp-96381eabd0b915b04c87e9af4caff14cb38cc93b.tar.gz
(PROTECT): Define to potentially useful value.
-rw-r--r--mpn/x86_64/darwin.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86_64/darwin.m4 b/mpn/x86_64/darwin.m4
index a12e0306f..2efeb103b 100644
--- a/mpn/x86_64/darwin.m4
+++ b/mpn/x86_64/darwin.m4
@@ -1,5 +1,5 @@
divert(-1)
-dnl Copyright 2008 Free Software Foundation, Inc.
+dnl Copyright 2008, 2011 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -44,7 +44,7 @@ dnl Used for private GMP symbols that should never be overridden by users.
dnl This can save reloc entries and improve shlib sharing as well as
dnl application startup times
-define(`PROTECT', `')
+define(`PROTECT', `.private_extern $1')
divert`'dnl