Skip to content
Snippets Groups Projects
Commit 041d9b4b authored by Henry's avatar Henry
Browse files

readSTLASCII.L: support the change to flex in version 2.5.37

parent a001b1cc
No related merge requests found
......@@ -55,7 +55,7 @@ int yyFlexLexer::yylex()
// It is called by yylex but is not used as the mechanism to change file.
// See <<EOF>>
//! \cond dummy
#if YY_FLEX_SUBMINOR_VERSION < 34
#if YY_FLEX_SUBMINOR_VERSION < 34 || YY_FLEX_SUBMINOR_VERSION > 36
extern "C" int yywrap()
#else
int yyFlexLexer::yywrap()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment