COMP: Added instruction to remove TABs from generated file.

This commit is contained in:
Brad King 2005-01-26 16:19:05 -05:00
parent a81a8263a5
commit a5a9822080
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Run bison like this:
bison --yacc --name-prefix=cmDependsFortran_yy --defines=cmDependsFortranParserTokens.h -ocmDependsFortranParser.c cmDependsFortranParser.y
Modify cmDependsFortranParser.c:
- remove TABs
- remove the yyerrorlab label and associated code
*/