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>
#endif
#if 0
#ifndef WIN32
#define SUPPORT_CPP 1
#endif
#endif
#include <osgDB/fstream>
@@ -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;