aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-05-06 08:36:04 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-05-06 08:36:04 +0000
commit8f81384fec6ccb2bca5a9029498c7b1c0d0326ff (patch)
tree107719458711c10e22bb9c763a520f5ad135fb9a /gcc/rtl.h
parente572c0c68c9d1a48595039af480e18e7d4bdb292 (diff)
downloadgcc-8f81384fec6ccb2bca5a9029498c7b1c0d0326ff.zip
gcc-8f81384fec6ccb2bca5a9029498c7b1c0d0326ff.tar.gz
gcc-8f81384fec6ccb2bca5a9029498c7b1c0d0326ff.tar.bz2
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. From-SVN: r19572
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 6886fe5..bd2e9cf 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));