summaryrefslogtreecommitdiff
path: root/gcc/fortran/arith.h
diff options
context:
space:
mode:
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-26 21:55:28 +0000
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-26 21:55:28 +0000
commitaa89df21c8136a9588e64ab57aa08ced53d6b414 (patch)
treedf0a6554d2681ea684caaae14f57577800be48ba /gcc/fortran/arith.h
parent18a3d34c624b0fbaaae8afb8f02b61b88b11347d (diff)
downloadgcc-aa89df21c8136a9588e64ab57aa08ced53d6b414.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116480 138bc75d-0d04-0410-961f-82ee72b054a4
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 385fbff2a86..b674165a81f 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);