mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
simplify stime back-compat shims for tzname
* libguile/stime.c: Remove tzname declarations for ancient mingw and SGI RS6000.
This commit is contained in:
parent
b0dbbacbe4
commit
3baf6e8b05
1 changed files with 1 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
|
/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2013 Free Software Foundation, Inc.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public License
|
* modify it under the terms of the GNU Lesser General Public License
|
||||||
|
@ -84,13 +84,6 @@
|
||||||
# include <sys/timeb.h>
|
# include <sys/timeb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef tzname /* For SGI. */
|
|
||||||
extern char *tzname[]; /* RS6000 and others reject char **tzname. */
|
|
||||||
#endif
|
|
||||||
#if defined (__MINGW32__)
|
|
||||||
# define tzname _tzname
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if ! HAVE_DECL_STRPTIME
|
#if ! HAVE_DECL_STRPTIME
|
||||||
extern char *strptime ();
|
extern char *strptime ();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue