diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-16 16:58:03 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-16 16:58:03 +0200 |
commit | ebf0d3926b35aa75682bd3062d30624851bb2638 (patch) | |
tree | 9b88688ef9656812822df9d9985128a507b7d019 /gcc | |
parent | 266a27326fc77e9d7ff52ff913a67ec981a38d55 (diff) | |
download | gcc-ebf0d3926b35aa75682bd3062d30624851bb2638.zip gcc-ebf0d3926b35aa75682bd3062d30624851bb2638.tar.gz gcc-ebf0d3926b35aa75682bd3062d30624851bb2638.tar.bz2 |
* tree.h: Remove duplicate prototype of strip_float_extensions.
From-SVN: r68018
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3612bea..ad3513a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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". @@ -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)); |