From: Richard Kenner Date: Fri, 11 Nov 1994 21:37:59 +0000 (-0500) Subject: Include . Delete ctime prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a824750a4cbc418fbb1f257f179f8c464518822;p=gcc.git Include . Delete ctime prototype. From-SVN: r8425 --- diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index cba744e578e..9e315031d2a 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -1,7 +1,7 @@ /* Read and manage MIPS symbol tables from object modules. - Source originally from hartzell@boulder.colorado.edu - Rewritten by: meissner@osf.org - Copyright (C) 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1994 Free Software Foundation, Inc. + Contributed by hartzell@boulder.colorado.edu, + Rewritten by meissner@osf.org. This file is part of GNU CC. @@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include +#include #include #include #include "config.h" @@ -273,7 +274,6 @@ extern PTR_T calloc __proto((size_t, size_t)); extern PTR_T realloc __proto((PTR_T, size_t)); extern void free __proto((PTR_T)); #endif -extern char *ctime __proto((time_t *)); extern char *optarg; extern int optind;