COMP: Added instruction to remove TABs from generated file.
This commit is contained in:
parent
a81a8263a5
commit
a5a9822080
|
@ -34,6 +34,7 @@ Run bison like this:
|
||||||
bison --yacc --name-prefix=cmDependsFortran_yy --defines=cmDependsFortranParserTokens.h -ocmDependsFortranParser.c cmDependsFortranParser.y
|
bison --yacc --name-prefix=cmDependsFortran_yy --defines=cmDependsFortranParserTokens.h -ocmDependsFortranParser.c cmDependsFortranParser.y
|
||||||
|
|
||||||
Modify cmDependsFortranParser.c:
|
Modify cmDependsFortranParser.c:
|
||||||
|
- remove TABs
|
||||||
- remove the yyerrorlab label and associated code
|
- remove the yyerrorlab label and associated code
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue