summaryrefslogtreecommitdiff
path: root/mpn/pa32
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-02-02 21:27:12 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-02-02 21:27:12 +0100
commit08f9ae7652bcd58d3c435db52cc6c8abc56e5970 (patch)
tree8cb252ac1751b71695eaa08f5a41fb35ff014878 /mpn/pa32
parent65fd2263f2282af39f48feda57076520d726a8f6 (diff)
downloadgmp-08f9ae7652bcd58d3c435db52cc6c8abc56e5970.tar.gz
Fix typo, then clean up.
Diffstat (limited to 'mpn/pa32')
-rw-r--r--mpn/pa32/gmp-mparam.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/mpn/pa32/gmp-mparam.h b/mpn/pa32/gmp-mparam.h
index 8eb6a0fb0..fd1eb9755 100644
--- a/mpn/pa32/gmp-mparam.h
+++ b/mpn/pa32/gmp-mparam.h
@@ -1,7 +1,7 @@
/* HP-PA 1.0 gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002 Free Software Foundation,
-Inc.
+Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002, 2012 Free Software
+Foundation, Inc.
This file is part of the GNU MP Library.
@@ -39,15 +39,13 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#endif
#ifndef DIV_DC_THRESHOLD
-#define DIV_DC_THRESHOLD 108
+#define DIV_DC_THRESHOLD 108
#endif
#ifndef POWM_THRESHOLD
#define POWM_THRESHOLD 18
#endif
-#ifndef GCD_ACCEL_THRESHOLD
-#define GCD_ACCEL_THRESHOLD 46
-#endif
+#ifndef GCDEXT_THRESHOLD
#define GCDEXT_THRESHOLD 33
#endif