From 4814a5341eac76971e0b67431a9b0424fc9ce0f7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 28 Jan 2014 15:28:17 +0000 Subject: [PATCH] Removed the invocation of gcc on all platforms --- 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;