aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.h
diff options
context:
space:
mode:
authorSteven G. Kargl <kargls@comcast.net>2006-08-26 21:55:28 +0000
committerSteven G. Kargl <kargl@gcc.gnu.org>2006-08-26 21:55:28 +0000
commit52ccd5770a6d24a8b13e51817d4f1ba38b8528c6 (patch)
treedf0a6554d2681ea684caaae14f57577800be48ba /gcc/fortran/arith.h
parent02ec74b9d26c400f219a1975a1d39e03c39b3c0c (diff)
downloadgcc-52ccd5770a6d24a8b13e51817d4f1ba38b8528c6.zip
gcc-52ccd5770a6d24a8b13e51817d4f1ba38b8528c6.tar.gz
gcc-52ccd5770a6d24a8b13e51817d4f1ba38b8528c6.tar.bz2
arith.h: Update Copyright dates.
2006-08-26 Steven G. Kargl <kargls@comcast.net> * arith.h: Update Copyright dates. Fix whitespace. * arith.c: Update Copyright dates. Fix whitespace. Fix comments. (gfc_arith_done_1): Clean up pedantic_min_int and subnormal. From-SVN: r116480
Diffstat (limited to 'gcc/fortran/arith.h')
-rw-r--r--gcc/fortran/arith.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/fortran/arith.h b/gcc/fortran/arith.h
index 385fbff..b674165 100644
--- a/gcc/fortran/arith.h
+++ b/gcc/fortran/arith.h
@@ -1,5 +1,6 @@
/* Compiler arithmetic header.
- Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006
+ Free Software Foundation, Inc.
Contributed by Steven Bosscher
This file is part of GCC.
@@ -29,7 +30,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
to a mpz_t, so declare a function for this as well. */
void arctangent2 (mpfr_t, mpfr_t, mpfr_t);
-void gfc_mpfr_to_mpz(mpz_t, mpfr_t);
+void gfc_mpfr_to_mpz (mpz_t, mpfr_t);
void gfc_set_model_kind (int);
void gfc_set_model (mpfr_t);