From f20ab7c3039a4023f41372bfe4bde3b16d481df7 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:54:45 +0300 Subject: Move to gawk-3.0.4. --- missing/strftime.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'missing/strftime.c') diff --git a/missing/strftime.c b/missing/strftime.c index 18a6a7bf..6e6872b5 100644 --- a/missing/strftime.c +++ b/missing/strftime.c @@ -32,6 +32,7 @@ * Updated January, 1995 * Updated September, 1995 * Updated January, 1996 + * Updated July, 1997 * * Fixes from ado@elsie.nci.nih.gov * February 1991, May 1992 @@ -43,6 +44,8 @@ * Applied September 1995 * %V code fixed (again) and %G, %g added, * January 1996 + * %v code fixed, better configuration + * July 1997 */ #ifndef GAWK @@ -122,7 +125,7 @@ extern char *strchr(); #if !defined(OS2) && !defined(MSDOS) && defined(HAVE_TZNAME) extern char *tzname[2]; extern int daylight; -#ifdef SOLARIS +#if defined(SOLARIS) || defined(mips) extern long timezone, altzone; #else extern int timezone, altzone; -- cgit v1.2.3