diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-12 12:32:56 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-12 12:32:56 +0000 |
commit | 7a539874aa4bbeb4995811774db36246d14dc7ab (patch) | |
tree | e3343ff089004e7f5dcaefc0f3391f590b433e52 /gcc/toplev.h | |
parent | 606b494c921cdec65e0e1674152da263f4b94760 (diff) | |
download | gcc-7a539874aa4bbeb4995811774db36246d14dc7ab.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 093c8f85366..233059ac40e 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)); |