diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-28 10:10:54 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-06-28 10:10:54 +0000 |
commit | e15a28a8ed94f9925f0296ad68f62654eece259b (patch) | |
tree | b215796c829e5f18a18e35ba251206bb77efe9af /gcc/tree.c | |
parent | bc8555d26ce653cf1de21ce4c46389349f8fb285 (diff) | |
download | gcc-e15a28a8ed94f9925f0296ad68f62654eece259b.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1318 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index a0ff3fefc1b..3d3149c0417 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -43,9 +43,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free -extern int xmalloc (); -extern void free (); - /* Tree nodes of permanent duration are allocated in this obstack. They are the identifier nodes, and everything outside of the bodies and parameters of function definitions. */ |