diff options
author | Brad King <brad.king@kitware.com> | 2005-01-26 21:19:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-01-26 21:19:05 (GMT) |
commit | a5a9822080e5b100df69c87c22207aba5d0711d4 (patch) | |
tree | 89cb44725dd70e3aa567c370986b852c51725e69 /Source | |
parent | a81a8263a5932c1635e678d3b07305195bf1fa7c (diff) | |
download | CMake-a5a9822080e5b100df69c87c22207aba5d0711d4.zip CMake-a5a9822080e5b100df69c87c22207aba5d0711d4.tar.gz CMake-a5a9822080e5b100df69c87c22207aba5d0711d4.tar.bz2 |
COMP: Added instruction to remove TABs from generated file.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmDependsFortranParser.y | 1 |
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 */ |