[BACK]Return to paskha.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / calendar

Diff for /src/usr.bin/calendar/paskha.c between version 1.4 and 1.6

version 1.4, 2004/12/10 15:31:01 version 1.6, 2009/10/27 23:59:36
Line 26 
Line 26 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <stdio.h>  #include <stdio.h>
 #include <tzfile.h>  #include <tzfile.h>
   
Line 39 
Line 35 
 /* (new style result); subtract 13 for old style */  /* (new style result); subtract 13 for old style */
   
 int  int
 paskha (R)  paskha(int R)  /*year*/
         int R;  /*year*/  
 {  {
         int a, b, c, d, e;          int a, b, c, d, e;
         static int x = 15;          static int x = 15;

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