diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-25 13:11:17 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-25 13:11:17 +0000 |
commit | 8f3763647e78c8ebef9bcbd817f76849eabf9244 (patch) | |
tree | 4c4f3626796f07f5c60165bd980cdfefe79f889c /gcc/gcc.c | |
parent | f937cbd7b49a45eb60a900bcdd5039ca442fee13 (diff) | |
download | gcc-8f3763647e78c8ebef9bcbd817f76849eabf9244.tar.gz |
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'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c index 343811f3c87..465f52202ff 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. */ |