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/rtl.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/rtl.c')
-rw-r--r-- | gcc/rtl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c index 04bc39c4093..c3f03575aee 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -26,8 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "obstack.h" #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free -extern int xmalloc (); -extern void free (); /* Obstack used for allocating RTL objects. Between functions, this is the permanent_obstack. |