aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-04 23:17:44 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-04 23:17:44 +0000
commit54e62799379149e40fe4d3ad86ce12a18b2fa0b6 (patch)
treefd988634ea7d34463ef0d9c6ba21c7b8a226ad45 /gcc/tree.h
parent65f4323d84b08d9d0ff450d6e6432abf0a4fa3fb (diff)
downloadgcc-54e62799379149e40fe4d3ad86ce12a18b2fa0b6.zip
gcc-54e62799379149e40fe4d3ad86ce12a18b2fa0b6.tar.gz
gcc-54e62799379149e40fe4d3ad86ce12a18b2fa0b6.tar.bz2
builtins.c (expand_builtin_return_addr, [...]): Make them static.
* builtins.c (expand_builtin_return_addr, expand_builtin_longjmp, expand_builtin_trap): Make them static. * expr.h: Remove the prototypes for expand_builtin_longjmp and expand_builtin_trap. * tree.h: Remove the prototype for expand_builtin_return_addr. From-SVN: r90087
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 001c967..7a0db81 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3653,7 +3653,6 @@ extern bool debug_find_tree (tree, tree);
extern tree unsave_expr_now (tree);
/* In expr.c */
-extern rtx expand_builtin_return_addr (enum built_in_function, int, rtx);
extern void check_max_integer_computation_mode (tree);
/* In emit-rtl.c */