builtins.c (expand_builtin_return_addr, [...]): Make them static.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 4 Nov 2004 23:17:44 +0000 (23:17 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 4 Nov 2004 23:17:44 +0000 (23:17 +0000)
commit54e62799379149e40fe4d3ad86ce12a18b2fa0b6
treefd988634ea7d34463ef0d9c6ba21c7b8a226ad45
parent65f4323d84b08d9d0ff450d6e6432abf0a4fa3fb
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
gcc/ChangeLog
gcc/builtins.c
gcc/expr.h
gcc/tree.h