summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-28 13:08:54 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-28 13:08:54 +0000
commitc04e22d147c56c471cf54e05316f8548ad33beed (patch)
tree535b86a0463859fbf3777e93b2f71e638ba146f7 /gcc/rtl.h
parent364c2e00b3a6a4fe127da1d3f6d88e6609e29572 (diff)
downloadgcc-c04e22d147c56c471cf54e05316f8548ad33beed.tar.gz
* version.c: Bump for latest snapshot.
* bc-optab.c: Conditionally include stdlib.h. (free): Provide a declaration if NEED_DECLARATION_FREE. * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE. * rtl.h (free): Remove declaration. * tree.h (free): Remvoe declaration. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14989 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index a5bdfca61d5..4b8d5103085 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -683,7 +683,6 @@ extern char *xrealloc ();
extern char *oballoc PROTO((int));
extern char *permalloc PROTO((int));
-extern void free PROTO((void *));
extern rtx rtx_alloc PROTO((RTX_CODE));
extern rtvec rtvec_alloc PROTO((int));
extern rtx find_reg_note PROTO((rtx, enum reg_note, rtx));