On Fri, 28 Sep 2012, Jon Trulson wrote:

> > for patch 2: hunk 1 and 3 are not needed
> >
> >
> 
> Yeah, not sure about this one either... Confused.
> 
> Marc says 1 and 3 are not needed, but if you omit them, then 2 cannot
> work otherwise.  I wonder if this is the real problem?  Is this on a
> 64b machine?  I wonder if this patch just moved the problem somewhere
> else?
> 
> Comments on either of these?

I can confirm that (1) the above fix works (I have replicated
the problem and it fixes it) plus (2) one needs all 3 hunks because
otherwise local static identifier is not visible and the compiler
says:

cmncbs.c: In function 'closeCB_mainHelpDialog':
cmncbs.c:240: error: 'mainHelpDialog' undeclared (first use in this function)
cmncbs.c:240: error: (Each undeclared identifier is reported only once
cmncbs.c:240: error: for each function it appears in.)

//Marcin

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to