/[mailutils]/mailutils/mh/mh_format.c
ViewVC logotype

Diff of /mailutils/mh/mh_format.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by gray, Fri Dec 28 11:20:29 2001 UTC revision 1.8 by gray, Tue Aug 6 01:32:11 2002 UTC
# Line 920  builtin_dst (struct mh_machine *mach) Line 920  builtin_dst (struct mh_machine *mach)
920    
921    if (_parse_date (mach, &tm, &tz))    if (_parse_date (mach, &tm, &tz))
922      return;      return;
923  #ifdef HAVE_TM_ISDST    #ifdef HAVE_STRUCT_TM_TM_ISDST  
924    mach->arg_num = tm.tm_isdst;    mach->arg_num = tm.tm_isdst;
925  #else  #else
926    mach->arg_num = 0;    mach->arg_num = 0;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26