summaryrefslogtreecommitdiff
path: root/tune/time.c
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-03-03 15:40:45 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-03-03 15:40:45 +0100
commitb2629475d8f5f11c3c588046384f2e9c1f34e0a9 (patch)
treef1d4cc926369aba8115e8b82444c59e49df958bb /tune/time.c
parenta709379e498a3aa2184a4e7eea00ac49866fbd85 (diff)
downloadgmp-b2629475d8f5f11c3c588046384f2e9c1f34e0a9.tar.gz
Clean out __GMP_PROTO.
Diffstat (limited to 'tune/time.c')
-rw-r--r--tune/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tune/time.c b/tune/time.c
index 0dc053dcb..28755cb56 100644
--- a/tune/time.c
+++ b/tune/time.c
@@ -471,7 +471,7 @@ cycles_works_p (void)
* all linux systems. */
#ifdef SIGILL
{
- RETSIGTYPE (*old_handler) __GMP_PROTO ((int));
+ RETSIGTYPE (*old_handler) (int);
unsigned cycles[2];
old_handler = signal (SIGILL, cycles_works_handler);
@@ -832,7 +832,7 @@ int
mftb_works_p (void)
{
unsigned a[2];
- RETSIGTYPE (*old_handler) __GMP_PROTO ((int));
+ RETSIGTYPE (*old_handler) (int);
double cycletime;
/* suppress a warning about a[] unused */