summaryrefslogtreecommitdiff
path: root/tests/x86check.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-01-06 22:47:42 +0100
committerKevin Ryde <user42@zip.com.au>2001-01-06 22:47:42 +0100
commit8985080971366de647e0bb4993986a1f778ce372 (patch)
tree32d3fa48723545f75a3a36f7d7b915778a405324 /tests/x86check.c
parentb0ac7ada7ac7a5340b05a4fef6492e4c98bb290f (diff)
downloadgmp-8985080971366de647e0bb4993986a1f778ce372.tar.gz
* tests/spinner.c, tests/trace.c, tests/x86check.c: Use tests.h.
Diffstat (limited to 'tests/x86check.c')
-rw-r--r--tests/x86check.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/x86check.c b/tests/x86check.c
index 8b5979172..5b3a685a1 100644
--- a/tests/x86check.c
+++ b/tests/x86check.c
@@ -1,7 +1,7 @@
/* x86 calling conventions checking. */
/*
-Copyright 2000 Free Software Foundation, Inc.
+Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -24,12 +24,9 @@ MA 02111-1307, USA.
#include <stdio.h>
#include "gmp.h"
#include "gmp-impl.h"
-#include "try.h"
+#include "tests.h"
-/* function to call */
-tryfun_t calling_conventions_function;
-
/* temporaries */
int calling_conventions_save_ebx;
int calling_conventions_save_esi;