diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 08:36:04 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 08:36:04 +0000 |
commit | b3819e2e94a4daa301a2b7198e9f66bd0a626988 (patch) | |
tree | 107719458711c10e22bb9c763a520f5ad135fb9a /gcc/rtl.h | |
parent | f11c33a202dac746b9e8f990bce94fd4eac6f8f3 (diff) | |
download | gcc-b3819e2e94a4daa301a2b7198e9f66bd0a626988.tar.gz |
The isascii check is needed by system.h.
* configure.in (AC_CHECK_FUNCS): Add isascii.
(GCC_NEED_DECLARATIONS): Add atof.
* system.h: Provide prototypes for abort, atof, atol and sbrk here.
* rtl.c, rtl.h, toplev.c, tree.h: Not here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19572 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 6886fe5d48e..bd2e9cf895d 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -712,9 +712,6 @@ extern char *xrealloc (); extern char *oballoc PROTO((int)); extern char *permalloc PROTO((int)); -#ifdef NEED_DECLARATION_FREE -extern void free PROTO((void *)); -#endif extern rtx rtx_alloc PROTO((RTX_CODE)); extern rtvec rtvec_alloc PROTO((int)); extern rtx copy_rtx PROTO((rtx)); |