Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 80db587

Browse files
committed
Here is a little syntax error found in a .y file... A dropped semi.
DwD -- Daryl W. Dunbar
1 parent 042ec82 commit 80db587

File tree

4 files changed

+8124
-8173
lines changed

4 files changed

+8124
-8173
lines changed

src/backend/utils/adt/datetime.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.29 1999/02/21 03:49:30 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/datetime.c,v 1.30 1999/03/14 16:40:15 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -27,14 +27,6 @@
2727

2828
static int date2tm(DateADT dateVal, int *tzp, struct tm * tm, double *fsec, char **tzn);
2929

30-
#ifdef NOT_USED
31-
static int day_tab[2][12] = {
32-
{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
33-
{31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}};
34-
35-
#define isleap(y) (((y % 4) == 0 && (y % 100) != 0) || (y % 400) == 0)
36-
#endif
37-
3830
#define UTIME_MINYEAR (1901)
3931
#define UTIME_MINMONTH (12)
4032
#define UTIME_MINDAY (14)

0 commit comments

Comments
 (0)