From cdf524ad8e9d5552359d82121eaefc7bfc90293c Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Wed, 20 Jun 2001 19:46:25 +0000 Subject: win fixes --- cpp/src/Slice/Parser.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/src/Slice/Parser.cpp') diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp index 540f396f474..8c3c4ccaa7a 100644 --- a/cpp/src/Slice/Parser.cpp +++ b/cpp/src/Slice/Parser.cpp @@ -916,8 +916,11 @@ Slice::Parser::includeFiles() } int -Slice::Parser::parse(FILE* file) +Slice::Parser::parse(FILE* file, bool debug) { + extern int yydebug; + yydebug = debug ? 1 : 0; + assert(!Slice::parser); Slice::parser = this; -- cgit v1.2.3