* tree.h: Remove duplicate prototype of strip_float_extensions.
authorAndreas Jaeger <aj@suse.de>
Mon, 16 Jun 2003 14:58:03 +0000 (16:58 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 16 Jun 2003 14:58:03 +0000 (16:58 +0200)
From-SVN: r68018

gcc/ChangeLog
gcc/tree.h

index 3612beab6cb641c6b659b48431e6d8cdd4256efd..ad3513a34c11849eb166fb6d748eba62ce43adcf 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-16  Andreas Jaeger  <aj@suse.de>
+
+       * tree.h: Remove duplicate prototype of strip_float_extensions.
+
 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * config/c4x/c4x.c: Don't include "c-tree.h".
index 924629ff0b56874f6de9cf21305a2515ba3cc02f..178380b7a2239379e45725753d1a0bdf62e05350 100644 (file)
@@ -2784,7 +2784,6 @@ extern tree fold_builtin                          PARAMS ((tree));
 extern enum built_in_function builtin_mathfn_code      PARAMS ((tree));
 extern tree build_function_call_expr                   PARAMS ((tree, tree));
 extern tree mathfn_built_in                            PARAMS ((tree, enum built_in_function fn));
-extern tree strip_float_extensions                     PARAMS ((tree));
 
 /* In convert.c */
 extern tree strip_float_extensions                     PARAMS ((tree));