summaryrefslogtreecommitdiff
path: root/memory.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2008-12-07 18:20:46 +0100
committerTorbjorn Granlund <tege@gmplib.org>2008-12-07 18:20:46 +0100
commitc03242552746fbb30331262c4c6b257a83fd4eb4 (patch)
tree1629ad4ed81c74ff3af59d93aeb76000406401ea /memory.c
parentbd807c9045ca022b8898c90bc540aba8f08db3b6 (diff)
downloadgmp-c03242552746fbb30331262c4c6b257a83fd4eb4.tar.gz
Change _PROTO => __GMP_PROTO.
Diffstat (limited to 'memory.c')
-rw-r--r--memory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/memory.c b/memory.c
index df8edfe19..42a9834da 100644
--- a/memory.c
+++ b/memory.c
@@ -24,10 +24,10 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include "gmp-impl.h"
-void * (*__gmp_allocate_func) _PROTO ((size_t)) = __gmp_default_allocate;
-void * (*__gmp_reallocate_func) _PROTO ((void *, size_t, size_t))
+void * (*__gmp_allocate_func) __GMP_PROTO ((size_t)) = __gmp_default_allocate;
+void * (*__gmp_reallocate_func) __GMP_PROTO ((void *, size_t, size_t))
= __gmp_default_reallocate;
-void (*__gmp_free_func) _PROTO ((void *, size_t)) = __gmp_default_free;
+void (*__gmp_free_func) __GMP_PROTO ((void *, size_t)) = __gmp_default_free;
/* Default allocation functions. In case of failure to allocate/reallocate