From d69cc8c63f45855449645932d587a72631056aab Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 26 Jan 2005 16:10:31 -0500 Subject: [PATCH] COMP: Added additional instructions about how to modify the generated files. --- Source/cmDependsFortranLexer.in.l | 1 + Source/cmDependsFortranParser.y | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Source/cmDependsFortranLexer.in.l b/Source/cmDependsFortranLexer.in.l index 4a6518fb5..dee871c05 100644 --- a/Source/cmDependsFortranLexer.in.l +++ b/Source/cmDependsFortranLexer.in.l @@ -51,6 +51,7 @@ Modify cmDependsFortranLexer.h: #ifdef __cplusplus } #endif + - remove the block that includes unistd.h */ diff --git a/Source/cmDependsFortranParser.y b/Source/cmDependsFortranParser.y index e61a09ecd..c6f569784 100644 --- a/Source/cmDependsFortranParser.y +++ b/Source/cmDependsFortranParser.y @@ -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. */