aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-06-28 06:10:54 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1992-06-28 06:10:54 -0400
commit4b980e20ad0778782fdf76e58a71d4a88b5a3df0 (patch)
treeb215796c829e5f18a18e35ba251206bb77efe9af /gcc/rtl.c
parentca3c6eae463a45719741d379a9c52fec613fd2fd (diff)
downloadgcc-4b980e20ad0778782fdf76e58a71d4a88b5a3df0.zip
gcc-4b980e20ad0778782fdf76e58a71d4a88b5a3df0.tar.gz
gcc-4b980e20ad0778782fdf76e58a71d4a88b5a3df0.tar.bz2
*** empty log message ***
From-SVN: r1318
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 04bc39c..c3f0357 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.