diff options
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 */ |