* tree.h: Remove duplicate prototype of strip_float_extensions.

From-SVN: r68018
This commit is contained in:
Andreas Jaeger 2003-06-16 16:58:03 +02:00 committed by Andreas Jaeger
parent 266a27326f
commit ebf0d3926b
2 changed files with 4 additions and 1 deletions

View 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".

View 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));