COMP: Added additional instructions about how to modify the generated files.
This commit is contained in:
parent
f1b52f3f98
commit
d69cc8c63f
@ -51,6 +51,7 @@ Modify cmDependsFortranLexer.h:
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
- remove the block that includes unistd.h
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -33,6 +33,9 @@ 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:
|
||||||
|
- remove the yyerrorlab label and associated code
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Configure the parser to use a lexer object. */
|
/* Configure the parser to use a lexer object. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user