[BACK]Return to bc.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

Diff for /src/usr.bin/bc/bc.y between version 1.3 and 1.4

version 1.3, 2003/09/26 19:00:38 version 1.4, 2003/09/26 19:05:56
Line 750 
Line 750 
 static __dead void  static __dead void
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "%s: usage: [-c] [-l] [file ...]\n", __progname);          fprintf(stderr, "%s: usage: [-cl] [file ...]\n", __progname);
         exit(1);          exit(1);
 }  }
   

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