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/cmFortranParser.h | |
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/cmFortranParser.h')
-rw-r--r-- | Source/cmFortranParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFortranParser.h b/Source/cmFortranParser.h index 57ad2af..d27a192 100644 --- a/Source/cmFortranParser.h +++ b/Source/cmFortranParser.h @@ -73,6 +73,7 @@ union cmFortran_yystype_u #define YYSTYPE cmFortran_yystype #define YYSTYPE_IS_DECLARED 1 #if !defined(cmFortranLexer_cxx) +#define YY_NO_UNISTD_H #include "cmFortranLexer.h" #endif #if !defined(cmFortranLexer_cxx) |