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

Diff for /src/usr.bin/calendar/io.c between version 1.18 and 1.19

version 1.18, 2001/10/03 18:17:48 version 1.19, 2001/11/19 19:02:13
Line 84 
Line 84 
 void  void
 cal()  cal()
 {  {
         register int printing;          int printing;
         register char *p;          char *p;
         FILE *fp;          FILE *fp;
         int ch, l, i, bodun = 0, bodun_maybe = 0;          int ch, l, i, bodun = 0, bodun_maybe = 0;
         int var;          int var;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19