From 8aaff4dcba186b60446c8321fc2a5a42cce06c25 Mon Sep 17 00:00:00 2001 From: wlestes Date: Wed, 19 Sep 2001 19:19:03 +0000 Subject: made preliminary c++ fixes; the intent is to make it work with recent c++ compilers --- flex.skl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flex.skl') diff --git a/flex.skl b/flex.skl index 8d5a6b3..8d09042 100644 --- a/flex.skl +++ b/flex.skl @@ -205,7 +205,7 @@ struct yy_buffer_state %- FILE *yy_input_file; %+ - STD istream* yy_input_file; + FLEX_STD istream* yy_input_file; %* char *yy_ch_buf; /* input buffer */ @@ -867,7 +867,7 @@ do_action: /* This label is used only to access EOF actions. */ } /* end of yylex */ %+ -yyFlexLexer::yyFlexLexer( STD istream* arg_yyin, ostream* arg_yyout ) +yyFlexLexer::yyFlexLexer( FLEX_STD istream* arg_yyin, FLEX_STD ostream* arg_yyout ) { yyin = arg_yyin; yyout = arg_yyout; -- cgit v1.2.1