2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-12 12:02:24 +00:00

Fixed YYDEBUG bug fiasco

[SVN r11751]
This commit is contained in:
Dave Abrahams
2001-11-20 22:36:00 +00:00
parent dac83cbe20
commit cd813ace05

View File

@@ -169,7 +169,9 @@ extern char **environ;
# endif
# endif
# if YYDEBUG != 0
extern int yydebug;
# endif
#ifndef NDEBUG
static void run_unit_tests()
@@ -268,8 +270,10 @@ int main( int argc, char **argv, char **arg_environ )
#ifndef NDEBUG
run_unit_tests();
#endif // NDEBUG
#if YYDEBUG != 0
if ( DEBUG_PARSE )
yydebug = 1;
#endif
/* Set JAMDATE first */