diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-28 13:08:54 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-28 13:08:54 +0000 |
commit | c04e22d147c56c471cf54e05316f8548ad33beed (patch) | |
tree | 535b86a0463859fbf3777e93b2f71e638ba146f7 /gcc/tree.h | |
parent | 364c2e00b3a6a4fe127da1d3f6d88e6609e29572 (diff) | |
download | gcc-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/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 4054cad3259..5e5087fa14e 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1217,7 +1217,6 @@ extern char *xstrdup PROTO((char *)); extern char *oballoc PROTO((int)); extern char *permalloc PROTO((int)); extern char *savealloc PROTO((int)); -extern void free PROTO((void *)); /* Lowest level primitive for allocating a node. The TREE_CODE is the only argument. Contents are initialized |