@@ -4900,13 +4900,14 @@ static std::stack<int> YY_PREVIOUS_STATE;
4900
4900
// The location of the current token.
4901
4901
#line 4902 "seclang-scanner.cc"
4902
4902
#define YY_NO_INPUT 1
4903
+ #define YY_NO_UNISTD_H 1
4903
4904
4904
4905
#line 494 "seclang-scanner.ll"
4905
4906
// Code run each time a pattern is matched.
4906
4907
# define YY_USER_ACTION driver.loc.back()->columns (yyleng);
4907
4908
4908
- #line 4909 "seclang-scanner.cc"
4909
4909
#line 4910 "seclang-scanner.cc"
4910
+ #line 4911 "seclang-scanner.cc"
4910
4911
4911
4912
#define INITIAL 0
4912
4913
#define EXPECTING_ACTION_PREDICATE_VARIABLE 1
@@ -4952,11 +4953,7 @@ static std::stack<int> YY_PREVIOUS_STATE;
4952
4953
* The user has a chance to override it with an option.
4953
4954
*/
4954
4955
/* %if-c-only */
4955
- #ifndef WIN32
4956
4956
#include < unistd.h>
4957
- #else
4958
- #include < io.h>
4959
- #endif
4960
4957
/* %endif */
4961
4958
/* %if-c++-only */
4962
4959
/* %endif */
@@ -5232,7 +5229,7 @@ YY_DECL
5232
5229
// Code run each time yylex is called.
5233
5230
driver.loc .back ()->step ();
5234
5231
5235
- #line 5232 "seclang-scanner.cc"
5232
+ #line 5233 "seclang-scanner.cc"
5236
5233
5237
5234
while ( /* CONSTCOND*/ 1 ) /* loops until end-of-file is reached */
5238
5235
{
@@ -8338,7 +8335,7 @@ YY_RULE_SETUP
8338
8335
#line 1340 "seclang-scanner.ll"
8339
8336
ECHO;
8340
8337
YY_BREAK
8341
- #line 8338 "seclang-scanner.cc"
8338
+ #line 8339 "seclang-scanner.cc"
8342
8339
8343
8340
case YY_END_OF_BUFFER:
8344
8341
{
@@ -8960,7 +8957,7 @@ static void yy_load_buffer_state (void)
8960
8957
8961
8958
/* %if-c-only */
8962
8959
8963
- b->yy_is_interactive = file ? ( isatty ( fileno (file) ) > 0 ) : 0 ;
8960
+ b->yy_is_interactive = 0 ;
8964
8961
8965
8962
/* %endif */
8966
8963
/* %if-c++-only */
0 commit comments