From 93ed04cc6ee0fadd379f267be24fe3b86c3cf70a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 24 Nov 2002 18:41:22 +0000 Subject: Update. 2002-11-19 Jim Meyering * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare as `static'. * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'. --- time/strptime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'time/strptime.c') diff --git a/time/strptime.c b/time/strptime.c index 7208dde..1edd4ac2 100644 --- a/time/strptime.c +++ b/time/strptime.c @@ -185,7 +185,7 @@ static char const ab_month_name[][4] = # define HERE_T_FMT_AMPM "%I:%M:%S %p" # define HERE_T_FMT "%H:%M:%S" -const unsigned short int __mon_yday[2][13] = +static const unsigned short int __mon_yday[2][13] = { /* Normal years. */ { 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 }, -- cgit v1.1