Mercurial > hg > xemacs-beta
comparison src/strftime.c @ 384:bbff43aa5eb7 r21-2-7
Import from CVS: tag r21-2-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:08:24 +0200 |
parents | c5d627a313b1 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
383:6a50c6a581a5 | 384:bbff43aa5eb7 |
---|---|
232 return dl <= 0 ? 0 : dl / 7 + (dl % 7 != 0); | 232 return dl <= 0 ? 0 : dl / 7 + (dl % 7 != 0); |
233 } | 233 } |
234 | 234 |
235 #if !defined(HAVE_TM_ZONE) && !defined(HAVE_TZNAME) | 235 #if !defined(HAVE_TM_ZONE) && !defined(HAVE_TZNAME) |
236 char * | 236 char * |
237 zone_name (struct tm *tp) | 237 zone_name (CONST struct tm *tp) |
238 { | 238 { |
239 char *timezone (); | 239 char *timezone (); |
240 struct timeval tv; | 240 struct timeval tv; |
241 struct timezone tz; | 241 struct timezone tz; |
242 | 242 |