From 8cbee2664fd5e7b226db3d9adefc412fc00bdecb Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Jan 2014 16:47:53 +0000 Subject: [PATCH] Disabled the compiler invocation at runtime. --- src/osgPlugins/cfg/ConfigParser.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/osgPlugins/cfg/ConfigParser.cpp b/src/osgPlugins/cfg/ConfigParser.cpp index a7be967cf..deecb78b5 100644 --- a/src/osgPlugins/cfg/ConfigParser.cpp +++ b/src/osgPlugins/cfg/ConfigParser.cpp @@ -217,9 +217,11 @@ #include #endif +#if 0 #ifndef WIN32 #define SUPPORT_CPP 1 #endif +#endif #include @@ -1006,7 +1008,7 @@ int yydebug; # define YYMAXDEPTH 10000 #endif - + #if YYERROR_VERBOSE @@ -1061,7 +1063,7 @@ yystpcpy (yydest, yysrc) #endif /* !YYERROR_VERBOSE */ - + #if YYDEBUG /*--------------------------------. @@ -1996,7 +1998,7 @@ yyreduce: /* Line 991 of yacc.c. */ - + yyvsp -= yylen; yyssp -= yylen;