COMP: Added additional instructions about how to modify the generated files.

This commit is contained in:
Brad King 2005-01-26 16:10:31 -05:00
parent f1b52f3f98
commit d69cc8c63f
2 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Modify cmDependsFortranLexer.h:
#ifdef __cplusplus
}
#endif
- remove the block that includes unistd.h
*/

View File

@ -33,6 +33,9 @@ Run bison like this:
bison --yacc --name-prefix=cmDependsFortran_yy --defines=cmDependsFortranParserTokens.h -ocmDependsFortranParser.c cmDependsFortranParser.y
Modify cmDependsFortranParser.c:
- remove the yyerrorlab label and associated code
*/
/* Configure the parser to use a lexer object. */