/[emacs]/emacs/src/strftime.c
ViewVC logotype

Diff of /emacs/src/strftime.c

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

revision 1.27 by eliz, Sun Jun 16 17:30:50 2002 UTC revision 1.28 by monnier, Sun May 25 17:44:14 2003 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1991,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.  /* Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,2003
2                 Free Software Foundation, Inc.
3    
4     This file is part of the GNU Emacs.     This file is part of the GNU Emacs.
5    
6     The GNU C Library is free software; you can redistribute it and/or     The GNU C Library is free software; you can redistribute it and/or
# Line 198  my_strftime_gmtime_r (t, tp) Line 200  my_strftime_gmtime_r (t, tp)
200    *tp = *l;    *tp = *l;
201    return tp;    return tp;
202  }  }
 # endif /* ! HAVE_TM_GMTOFF */  
203    
204  static struct tm *my_strftime_localtime_r __P ((const time_t *, struct tm *));  static struct tm *my_strftime_localtime_r __P ((const time_t *, struct tm *));
205  static struct tm *  static struct tm *
# Line 212  my_strftime_localtime_r (t, tp) Line 213  my_strftime_localtime_r (t, tp)
213    *tp = *l;    *tp = *l;
214    return tp;    return tp;
215  }  }
216    # endif /* ! HAVE_TM_GMTOFF */
217    
218  #endif /* ! defined _LIBC */  #endif /* ! defined _LIBC */
219    
220    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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