From af0378317e7ccc29a231c3f4a31663385c8fa38d Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Thu, 21 Mar 2013 17:04:20 +0000 Subject: [PATCH] readSTLASCII.L: Revert flex version control --- src/triSurface/triSurface/interfaces/STL/readSTLASCII.L | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/triSurface/triSurface/interfaces/STL/readSTLASCII.L b/src/triSurface/triSurface/interfaces/STL/readSTLASCII.L index f2fb5c6e4d2..3c732c1a8d7 100644 --- a/src/triSurface/triSurface/interfaces/STL/readSTLASCII.L +++ b/src/triSurface/triSurface/interfaces/STL/readSTLASCII.L @@ -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 || YY_FLEX_SUBMINOR_VERSION > 36 +#if YY_FLEX_SUBMINOR_VERSION < 34 extern "C" int yywrap() #else int yyFlexLexer::yywrap() -- GitLab