diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2001-11-16 13:22:13 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2001-11-16 13:22:13 +0000 |
commit | 569a16f84e4ec55a207c83bceba2eb68fc5acd6b (patch) | |
tree | 56e2e55f898e53d5fc32ba2ebea667eeb48898ef /print_raw.c | |
parent | 629ac173de88c32f2274b1bb509aa77815fcf209 (diff) | |
download | mpfr-569a16f84e4ec55a207c83bceba2eb68fc5acd6b.tar.gz |
removed K&R function headers
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1548 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'print_raw.c')
-rw-r--r-- | print_raw.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/print_raw.c b/print_raw.c index 7d74b6734..c78c1faa1 100644 --- a/print_raw.c +++ b/print_raw.c @@ -1,7 +1,7 @@ /* mpfr_print_raw -- print the internal binary representation of a floating-point number -Copyright (C) 1999-2001 Free Software Foundation. +Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the MPFR Library. @@ -59,12 +59,7 @@ mpfr_get_str_raw (char *digit_ptr, mpfr_srcptr x) } void -#if __STDC__ -mpfr_print_raw(mpfr_srcptr x) -#else -mpfr_print_raw(x) - mpfr_srcptr x; -#endif +mpfr_print_raw (mpfr_srcptr x) { char *str; unsigned long alloc_size; |