From: Vern Paxson Date: Sun, 5 Mar 1995 16:36:08 +0000 (+0000) Subject: yyFlexLexer initialization of yy_flex_debug X-Git-Tag: flex-2-5-5b~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39ae10c8c37f53b5bfa9c90941bf0e24b2e8e609;p=flex yyFlexLexer initialization of yy_flex_debug --- diff --git a/flex.skl b/flex.skl index f49b4ac..2ea231d 100644 --- a/flex.skl +++ b/flex.skl @@ -641,6 +641,7 @@ yyFlexLexer::yyFlexLexer( istream* arg_yyin, ostream* arg_yyout ) yy_c_buf_p = 0; yy_init = 1; yy_start = 0; + yy_flex_debug = 0; yy_did_buffer_switch_on_eof = 0;