aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-04 23:17:44 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-11-04 23:17:44 +0000
commit22bac608d4deb34e366c8e31faea467e1fcd1b45 (patch)
treefd988634ea7d34463ef0d9c6ba21c7b8a226ad45 /gcc/expr.h
parentb8d6066ba86b8bef02fa0180fe3cb5c9b473c1d5 (diff)
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@90087 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index b5ec33f02bf..ec5f9431714 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -340,9 +340,7 @@ extern void std_expand_builtin_va_start (tree, rtx);
extern rtx default_expand_builtin (tree, rtx, rtx, enum machine_mode, int);
extern void expand_builtin_setjmp_setup (rtx, rtx);
extern void expand_builtin_setjmp_receiver (rtx);
-extern void expand_builtin_longjmp (rtx, rtx);
extern rtx expand_builtin_saveregs (void);
-extern void expand_builtin_trap (void);
/* Functions from expr.c: */