[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.29 and 1.30

version 1.29, 2006/03/18 21:05:50 version 1.30, 2006/03/31 09:57:26
Line 996 
Line 996 
 static __dead void  static __dead void
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "%s: usage: [-cl] [-e expression] [file ...]\n",          fprintf(stderr, "usage: %s [-cl] [-e expression] [file ...]\n",
             __progname);              __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30