summaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-12 12:32:56 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-12 12:32:56 +0000
commit7a539874aa4bbeb4995811774db36246d14dc7ab (patch)
treee3343ff089004e7f5dcaefc0f3391f590b433e52 /gcc/toplev.h
parent606b494c921cdec65e0e1674152da263f4b94760 (diff)
downloadgcc-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.h2
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));