From 2cf1a889085f8ed1cd282b04a34c8fe25d70cad2 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Sun, 5 Mar 1995 16:37:12 +0000 Subject: [PATCH] added yy_flex_debug member variable --- FlexLexer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/FlexLexer.h b/FlexLexer.h index 970abba..f430b68 100644 --- a/FlexLexer.h +++ b/FlexLexer.h @@ -69,6 +69,7 @@ public: protected: char* yytext; int yyleng; + int yy_flex_debug; // only has effect with -d or "%option debug" }; } -- 2.49.0