Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
61ca31c9
...
61ca31c9e0e6f52eee9e1749033460d2675cb3b1
authored
2003-02-16 11:21:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added a clarifying comment.
1 parent
63ce23d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/date.c
mailbox/date.c
View file @
61ca31c
...
...
@@ -42,6 +42,7 @@ static int month_start[]=
31 28 31 30 31 30 31 31 30 31 30 31
*/
/* NOTE: ignore GCC warning. The precedence of operators is OK here */
#define leap_year(y) ((y) % 4 == 0 && (y) % 100 != 0 || (y) % 400 == 0)
static
int
...
...
Please
register
or
sign in
to post a comment