diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-11-26 21:47:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-14 14:40:33 (GMT) |
commit | c5df1f165c7f8f1e31e3144d326c6836af2e678d (patch) | |
tree | 58a84dbb41717eb7f49c1ae746b39ed5db37ca26 /Source/cmFortranLexer.h | |
parent | 1dd3e21a54f684df876da6d778ed04535ebf10ee (diff) | |
download | CMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.zip CMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.tar.gz CMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.tar.bz2 |
Regenerate lexer source code
Revise the manual procedure in the `*Lexer.in.l` files. Some of our
post-processing steps are no longer necessary with the current set of
supported compilers. Some steps changed with newer versions of flex.
Then regenerate all lexers with flex version 2.6.1.
Diffstat (limited to 'Source/cmFortranLexer.h')
-rw-r--r-- | Source/cmFortranLexer.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Source/cmFortranLexer.h b/Source/cmFortranLexer.h index 851f37f..ddda919 100644 --- a/Source/cmFortranLexer.h +++ b/Source/cmFortranLexer.h @@ -6,6 +6,7 @@ #line 8 "cmFortranLexer.h" +#define FLEXINT_H 1 #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ @@ -224,14 +225,6 @@ void cmFortran_yyfree (void * ,yyscan_t yyscanner ); #endif -#ifndef YY_NO_UNISTD_H -/* Special case for "unistd.h", since it is non-ANSI. We include it way - * down here because we want the user's section 1 to have been scanned first. - * The user has a chance to override it with an option. - */ -#include <unistd.h> -#endif - #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif @@ -337,9 +330,9 @@ extern int cmFortran_yylex (yyscan_t yyscanner); #undef YY_DECL #endif -#line 187 "cmFortranLexer.in.l" +#line 178 "cmFortranLexer.in.l" -#line 344 "cmFortranLexer.h" +#line 337 "cmFortranLexer.h" #undef cmFortran_yyIN_HEADER #endif /* cmFortran_yyHEADER_H */ |