comparison src/mktime.c @ 18672:f689dc2d8e90

automatically generated from GPLed version
author Miles Bader <miles@gnu.org>
date Tue, 08 Jul 1997 01:06:53 +0000
parents 0d7f42d3ddc0
children 278944a16af3
comparison
equal deleted inserted replaced
18671:0d7f42d3ddc0 18672:f689dc2d8e90
1 /* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 1 /* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
2 Contributed by Paul Eggert (eggert@twinsun.com). 2 Contributed by Paul Eggert (eggert@twinsun.com).
3 3
4 NOTE: The canonical source of this file is maintained with the GNU C Library. 4 NOTE: The canonical source of this file is maintained with the GNU C Library.
5 Bugs can be reported to bug-glibc@prep.ai.mit.edu. 5 Bugs can be reported to bug-glibc@prep.ai.mit.edu.
6 6
7 This program is free software; you can redistribute it and/or modify it 7 This program is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the 8 under the terms of the GNU General Public License as published by the
9 Free Software Foundation; either version 2, or (at your option) any 9 Free Software Foundation; either version 2, or (at your option) any
10 later version. 10 later version.
11 11
12 This program is distributed in the hope that it will be useful, 12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details. 15 GNU General Public License for more details.
16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
20 USA. */ 20 USA. */
21 21
22 /* Define this to have a standalone program to test this implementation of 22 /* Define this to have a standalone program to test this implementation of
23 mktime. */ 23 mktime. */
24 /* #define DEBUG 1 */ 24 /* #define DEBUG 1 */
25 25