diff options
author | Brad King <brad.king@kitware.com> | 2016-09-05 19:20:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-06 19:52:40 (GMT) |
commit | f70c71c5a9759324d9e610bc919832b7500fd116 (patch) | |
tree | c1e36fa0024024dd06f5da08e99c265ef05b863b /Source/.gitattributes | |
parent | e11cd31fa0cce8210577ee46b6a33ee371f4fe64 (diff) | |
download | CMake-f70c71c5a9759324d9e610bc919832b7500fd116.zip CMake-f70c71c5a9759324d9e610bc919832b7500fd116.tar.gz CMake-f70c71c5a9759324d9e610bc919832b7500fd116.tar.bz2 |
cmFortranLexer: Update to flex 2.6
Revise the documented modifications we need to make to the
flex-generated source file according to the needs of the new version.
Also drop the duplicate copyright notice block from the generated file.
Diffstat (limited to 'Source/.gitattributes')
-rw-r--r-- | Source/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/.gitattributes b/Source/.gitattributes index bd25ea8..5002b2a 100644 --- a/Source/.gitattributes +++ b/Source/.gitattributes @@ -3,3 +3,5 @@ cm_sha2.* whitespace=indent-with-non-tab # Preserve indentation style in generated code. cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab +cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab +cmFortranLexer.h whitespace=-tab-in-indent,-indent-with-non-tab |