/[mailutils]/mailutils/mailbox/date.c
ViewVC logotype

Diff of /mailutils/mailbox/date.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by polak, Sun Feb 9 20:39:57 2003 UTC revision 1.5 by gray, Sun Feb 16 11:21:37 2003 UTC
# Line 42  static int  month_start[]= Line 42  static int  month_start[]=
42           31  28  31   30   31   30   31   31   30   31   30   31           31  28  31   30   31   30   31   31   30   31   30   31
43       */       */
44    
45    /* NOTE: ignore GCC warning. The precedence of operators is OK here */
46  #define leap_year(y) ((y) % 4 == 0 && (y) % 100 != 0 || (y) % 400 == 0)  #define leap_year(y) ((y) % 4 == 0 && (y) % 100 != 0 || (y) % 400 == 0)
47    
48  static int  static int

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26