emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/strftime.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/strftime.c
Date: Sun, 25 May 2003 13:44:14 -0400

Index: emacs/src/strftime.c
diff -c emacs/src/strftime.c:1.27 emacs/src/strftime.c:1.28
*** emacs/src/strftime.c:1.27   Sun Jun 16 13:30:50 2002
--- emacs/src/strftime.c        Sun May 25 13:44:14 2003
***************
*** 1,4 ****
! /* Copyright (C) 1991,92,93,94,95,96,97,98,99,2000 Free Software Foundation, 
Inc.
     This file is part of the GNU Emacs.
  
     The GNU C Library is free software; you can redistribute it and/or
--- 1,6 ----
! /* Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,2003
!              Free Software Foundation, Inc.
! 
     This file is part of the GNU Emacs.
  
     The GNU C Library is free software; you can redistribute it and/or
***************
*** 198,204 ****
    *tp = *l;
    return tp;
  }
- # endif /* ! HAVE_TM_GMTOFF */
  
  static struct tm *my_strftime_localtime_r __P ((const time_t *, struct tm *));
  static struct tm *
--- 200,205 ----
***************
*** 212,217 ****
--- 213,220 ----
    *tp = *l;
    return tp;
  }
+ # endif /* ! HAVE_TM_GMTOFF */
+ 
  #endif /* ! defined _LIBC */
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]