[BACK]Return to yyfix.sh CVS log [TXT][DIR] Up to [local] / src / usr.bin / yacc

Diff for /src/usr.bin/yacc/yyfix.sh between version 1.2 and 1.3

version 1.2, 2003/06/03 02:56:24 version 1.3, 2009/06/12 13:33:29
Line 35 
Line 35 
          yytable yycheck"           yytable yycheck"
   
 if [ $# -eq 0 ]; then  if [ $# -eq 0 ]; then
         echo "usage: $0 file [tables]" >&2          echo "usage: `basename $0` file [tables]" >&2
         exit 1          exit 1
 fi  fi
   

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