summaryrefslogtreecommitdiffstats
path: root/Source/cmFortranParser.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-05 19:20:09 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-06 19:52:40 (GMT)
commitf70c71c5a9759324d9e610bc919832b7500fd116 (patch)
treec1e36fa0024024dd06f5da08e99c265ef05b863b /Source/cmFortranParser.h
parente11cd31fa0cce8210577ee46b6a33ee371f4fe64 (diff)
downloadCMake-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.h1
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)