ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DDD 3.2.95 is available - graphical debugger front-end


From: Arnaud Desitter
Subject: Re: DDD 3.2.95 is available - graphical debugger front-end
Date: Wed, 10 Jan 2001 16:57:24 +0000 ()

Hi,

> 
> You can now download DDD 3.2.95 via the DDD Web page or directly at
> 
>        ftp://alpha.gnu.org/pub/gnu/ddd/
> 

It compiles on SGI with compilers 7.3 after application of the 
patch below.

Cheers,
Arnaud

diff -ur ddd-3.2.95/ddd/SourceView.C ddd-3.2.95.1/ddd/SourceView.C
--- ddd-3.2.95/ddd/SourceView.C Tue Jan  9 18:15:22 2001
+++ ddd-3.2.95.1/ddd/SourceView.C       Wed Jan 10 16:05:15 2001
@@ -2882,7 +2882,7 @@
     }
 }
 
-void SourceView::refresh_code_bp_disp(bool reset = false)
+void SourceView::refresh_code_bp_disp(bool reset)
 {
     if (display_glyphs && !reset)
        return;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]