Synopsis - Issue Tracker

Bug70 Editing

Title trunk/Synopsis/Parsers/C/ParserImpl.cc Synopsis::Trace::enable_debug( )
Created on 2005-05-03.03:04:26 by anonymous, last changed 2005-05-03.05:15:19 by stefan.
assigned to stefan priority normal
type severity normal
components C parser platform GNU/Linux
status closed resolution fixed
depends on superseded by
Add Comment:
File
CC List:? anonymous, stefan

Messages
Author: anonymous Date: 2005-05-03.03:04:26
missing from 1475

Index: Synopsis/Parsers/C/ParserImpl.cc
===================================================================
--- Synopsis/Parsers/C/ParserImpl.cc    (revision 1476)
+++ Synopsis/Parsers/C/ParserImpl.cc    (working copy)
@@ -57,7 +57,7 @@
   ErrorHandler error_handler();
  
 //   if (verbose) ::verbose = true;
-  if (debug) Synopsis::Trace::enable_debug();
+  if (debug) Synopsis::Trace::enable();
  
   if (!src || *src == '\0')
   {
Author: stefan Date: 2005-05-03.05:15:18
Thanks for the report. Fixed in the repository.
History
Date User Action Args
2005-05-03 03:04:29anonymouscreate
2005-05-03 03:05:58anonymoussetcomponents: + C parser, - Cpp parser
2005-05-03 05:15:19stefansetstatus: new
assignedto: (no value)
resolution: (no value)
messages: + msg421
nosy: + stefan