aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-09-25 13:11:17 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-09-25 13:11:17 +0000
commit5a657fc371aefb7648ad42cc9db9187032a80809 (patch)
tree4c4f3626796f07f5c60165bd980cdfefe79f889c /gcc/gcc.c
parentb8694195959cd668ef6202158414f7fc648d8132 (diff)
downloadgcc-5a657fc371aefb7648ad42cc9db9187032a80809.zip
gcc-5a657fc371aefb7648ad42cc9db9187032a80809.tar.gz
gcc-5a657fc371aefb7648ad42cc9db9187032a80809.tar.bz2
libiberty.h (make_temp_file): Add a prototype.
include: * libiberty.h (make_temp_file): Add a prototype. libiberty: * choose-temp.c: Remove obsolete comment about gcc. (make_temp_file): Constify a char*. gcc: * collect2.c (make_temp_file): Don't prototype. * gcc.c (make_temp_file): Likewise. * mips.c (mips_make_temp_file): Renamed from `make_temp_file'. From-SVN: r29662
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 343811f..465f522 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1282,8 +1282,6 @@ static int argbuf_index;
#ifdef MKTEMP_EACH_FILE
-extern char *make_temp_file PROTO((const char *));
-
/* This is the list of suffixes and codes (%g/%u/%U) and the associated
temp file. */