X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fstrftime.c;h=cb0c111cdc4e66a68987cf5f20246a4ecd78ed89;hb=bf2dc774a15b64eaee39dfaaf00592e48bc04177;hp=9145c74cf67e07b26c03546ad356fa9305f85a19;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/strftime.c b/src/strftime.c index 9145c74..cb0c111 100644 --- a/src/strftime.c +++ b/src/strftime.c @@ -234,7 +234,7 @@ mon_week (CONST struct tm *tm) #if !defined(HAVE_TM_ZONE) && !defined(HAVE_TZNAME) char * -zone_name (struct tm *tp) +zone_name (CONST struct tm *tp) { char *timezone (); struct timeval tv;