Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80db587

Browse files
committed
Here is a little syntax error found in a .y file... A dropped semi.
DwD--Daryl W. Dunbar
1 parent042ec82 commit80db587

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
staticintdate2tm(DateADTdateVal,int*tzp,structtm*tm,double*fsec,char**tzn);
2929

30-
#ifdefNOT_USED
31-
staticintday_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-
#defineisleap(y) (((y % 4) == 0 && (y % 100) != 0) || (y % 400) == 0)
36-
#endif
37-
3830
#defineUTIME_MINYEAR (1901)
3931
#defineUTIME_MINMONTH (12)
4032
#defineUTIME_MINDAY (14)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp