summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranParser.y
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-01-26 21:10:31 (GMT)
committerBrad King <brad.king@kitware.com>2005-01-26 21:10:31 (GMT)
commitd69cc8c63f45855449645932d587a72631056aab (patch)
tree70edce242829baf85174e6da6d40fb6103b0f162 /Source/cmDependsFortranParser.y
parentf1b52f3f985d2c9522c00d666279ae8067c31305 (diff)
downloadCMake-d69cc8c63f45855449645932d587a72631056aab.zip
CMake-d69cc8c63f45855449645932d587a72631056aab.tar.gz
CMake-d69cc8c63f45855449645932d587a72631056aab.tar.bz2
COMP: Added additional instructions about how to modify the generated files.
Diffstat (limited to 'Source/cmDependsFortranParser.y')
-rw-r--r--Source/cmDependsFortranParser.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmDependsFortranParser.y b/Source/cmDependsFortranParser.y
index e61a09e..c6f5697 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. */