Disabled the compiler invocation at runtime.

This commit is contained in:
Robert Osfield
2014-01-28 16:47:53 +00:00
parent ebbf2d1653
commit 8cbee2664f

View File

@@ -217,9 +217,11 @@
#include <fcntl.h> #include <fcntl.h>
#endif #endif
#if 0
#ifndef WIN32 #ifndef WIN32
#define SUPPORT_CPP 1 #define SUPPORT_CPP 1
#endif #endif
#endif
#include <osgDB/fstream> #include <osgDB/fstream>
@@ -1006,7 +1008,7 @@ int yydebug;
# define YYMAXDEPTH 10000 # define YYMAXDEPTH 10000
#endif #endif
#if YYERROR_VERBOSE #if YYERROR_VERBOSE
@@ -1061,7 +1063,7 @@ yystpcpy (yydest, yysrc)
#endif /* !YYERROR_VERBOSE */ #endif /* !YYERROR_VERBOSE */
#if YYDEBUG #if YYDEBUG
/*--------------------------------. /*--------------------------------.
@@ -1996,7 +1998,7 @@ yyreduce:
/* Line 991 of yacc.c. */ /* Line 991 of yacc.c. */
yyvsp -= yylen; yyvsp -= yylen;
yyssp -= yylen; yyssp -= yylen;