summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranParser.y
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-01-26 21:19:05 (GMT)
committerBrad King <brad.king@kitware.com>2005-01-26 21:19:05 (GMT)
commita5a9822080e5b100df69c87c22207aba5d0711d4 (patch)
tree89cb44725dd70e3aa567c370986b852c51725e69 /Source/cmDependsFortranParser.y
parenta81a8263a5932c1635e678d3b07305195bf1fa7c (diff)
downloadCMake-a5a9822080e5b100df69c87c22207aba5d0711d4.zip
CMake-a5a9822080e5b100df69c87c22207aba5d0711d4.tar.gz
CMake-a5a9822080e5b100df69c87c22207aba5d0711d4.tar.bz2
COMP: Added instruction to remove TABs from generated file.
Diffstat (limited to 'Source/cmDependsFortranParser.y')
-rw-r--r--Source/cmDependsFortranParser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDependsFortranParser.y b/Source/cmDependsFortranParser.y
index c6f5697..c433c76 100644
--- a/Source/cmDependsFortranParser.y
+++ b/Source/cmDependsFortranParser.y
@@ -34,6 +34,7 @@ Run bison like this:
bison --yacc --name-prefix=cmDependsFortran_yy --defines=cmDependsFortranParserTokens.h -ocmDependsFortranParser.c cmDependsFortranParser.y
Modify cmDependsFortranParser.c:
+ - remove TABs
- remove the yyerrorlab label and associated code
*/