Commit ebf0d392 by Andreas Jaeger Committed by Andreas Jaeger

* tree.h: Remove duplicate prototype of strip_float_extensions.

From-SVN: r68018
parent 266a2732
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> 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* config/c4x/c4x.c: Don't include "c-tree.h". * config/c4x/c4x.c: Don't include "c-tree.h".
......
...@@ -2784,7 +2784,6 @@ extern tree fold_builtin PARAMS ((tree)); ...@@ -2784,7 +2784,6 @@ extern tree fold_builtin PARAMS ((tree));
extern enum built_in_function builtin_mathfn_code PARAMS ((tree)); extern enum built_in_function builtin_mathfn_code PARAMS ((tree));
extern tree build_function_call_expr PARAMS ((tree, tree)); extern tree build_function_call_expr PARAMS ((tree, tree));
extern tree mathfn_built_in PARAMS ((tree, enum built_in_function fn)); extern tree mathfn_built_in PARAMS ((tree, enum built_in_function fn));
extern tree strip_float_extensions PARAMS ((tree));
/* In convert.c */ /* In convert.c */
extern tree strip_float_extensions PARAMS ((tree)); extern tree strip_float_extensions PARAMS ((tree));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment