diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-23 17:42:19 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-23 17:42:19 +0000 |
commit | 07c927cb9ef632d1c55c3a87d4c1e9e41ab299ef (patch) | |
tree | 2d8c701cdb99568d7922c37d21a7fda0f8ea9913 /gcc/dwarfout.c | |
parent | e8f79093d0b9c14a499799f2ee0d8479931e8b43 (diff) | |
download | ppe42-gcc-07c927cb9ef632d1c55c3a87d4c1e9e41ab299ef.tar.gz ppe42-gcc-07c927cb9ef632d1c55c3a87d4c1e9e41ab299ef.zip |
include:
* getopt.h (getopt): Also check HAVE_DECL_* when prototyping.
* libiberty.h (basename): Likewise.
gcc:
* aclocal.m4 (gcc_AC_CHECK_DECL, gcc_AC_CHECK_DECLS): New macros
rewritten from the internals of gcc_AC_NEED_DECLARATION{S}.
* configure.in (gcc_AC_CHECK_DECLS): Call this instead of
gcc_AC_NEED_DECLARATIONS.
* dwarfout.c: Don't prototype time().
* gcc.c: Check HAVE_DECL_* instead of NEED_DECLARATION_*.
* system.h: Likewise.
* toplev.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34108 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 32e056900ab..aaa3d1e5dcb 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -37,12 +37,6 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "tm_p.h" -#if defined(DWARF_TIMESTAMPS) -#if !defined(POSIX) -extern time_t time PARAMS ((time_t *)); /* FIXME: use NEED_DECLARATION_TIME */ -#endif /* !defined(POSIX) */ -#endif /* defined(DWARF_TIMESTAMPS) */ - /* We cannot use <assert.h> in GCC source, since that would include GCC's assert.h, which may not be compatible with the host compiler. */ #undef assert |