summaryrefslogtreecommitdiff
path: root/gcc/sreal.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-16 13:42:26 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-16 13:42:26 +0200
commitbaaa12222a7fb4b7f6a8e99d0c2fce43e51ec081 (patch)
tree9168d9d15d4b4a570be04260b6e5e78c180bcb5f /gcc/sreal.c
parent814499a428743b10267757f0592139d04282cdb6 (diff)
downloadgcc-baaa12222a7fb4b7f6a8e99d0c2fce43e51ec081.tar.gz
tracer.c: Remove duplication declaration.
* tracer.c: Remove duplication declaration. * toplev.c: Remove extra declaration of decode_d_option. * ssa.c: Remove duplicate declaration. * sreal.c: Remove extra declaration of dump_sreal. * reload1.c: Remove duplicate declarations. * integrate.c: Remove extra declaration of set_decl_abstract_flags. * flow.c: Remove extra declaration of dump_flow_info. * alias.c: Remove extra declaration of get_addr. From-SVN: r68006
Diffstat (limited to 'gcc/sreal.c')
-rw-r--r--gcc/sreal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/sreal.c b/gcc/sreal.c
index 0468a9631b0..f69cbb1f862 100644
--- a/gcc/sreal.c
+++ b/gcc/sreal.c
@@ -56,7 +56,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "tm.h"
#include "sreal.h"
-void dump_sreal PARAMS ((FILE *, sreal *));
static inline void copy PARAMS ((sreal *, sreal *));
static inline void shift_right PARAMS ((sreal *, int));
static void normalize PARAMS ((sreal *));