blob: 21956d885b8124c99157276f592d845dc984542c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-br,v 1.1 2002/01/03 20:40:47 tron Exp $
--- ../gcc-2.95.3/gcc/collect2.c.orig Thu Jan 25 15:03:01 2001
+++ ../gcc-2.95.3/gcc/collect2.c Thu Jan 3 20:37:54 2002
@@ -54,7 +54,6 @@
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
-extern char *make_temp_file PROTO ((char *));
/* On certain systems, we have code that works by scanning the object file
directly. But this code uses system-specific header files and library
|