aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-02-12 12:32:56 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-02-12 12:32:56 +0000
commit823a99190da6b3498f94ab042597b53dc44636b8 (patch)
treee3343ff089004e7f5dcaefc0f3391f590b433e52 /gcc/toplev.h
parent1f84ec231e3abac2f8fc874a6231d337cd03897b (diff)
downloadgcc-823a99190da6b3498f94ab042597b53dc44636b8.zip
gcc-823a99190da6b3498f94ab042597b53dc44636b8.tar.gz
gcc-823a99190da6b3498f94ab042597b53dc44636b8.tar.bz2
toplev.c (push_float_handler): Remove.
2001-02-12 Kazu Hirata <kazu@hxi.com> * toplev.c (push_float_handler): Remove. (pop_float_handler): Remove. * toplev.h: Remove prototypes for the above functions. From-SVN: r39601
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index 093c8f8..233059a 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -108,8 +108,6 @@ extern void warning_for_asm PARAMS ((struct rtx_def *,
ATTRIBUTE_PRINTF_2;
#if defined (_JBLEN) || defined (setjmp)
extern void set_float_handler PARAMS ((jmp_buf));
-extern int push_float_handler PARAMS ((jmp_buf, jmp_buf));
-extern void pop_float_handler PARAMS ((int, jmp_buf));
#endif
extern int do_float_handler PARAMS ((void (*) (PTR), PTR));