gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Another #ifdef needed


From: strk
Subject: Re: [Gnash-dev] Another #ifdef needed
Date: Tue, 28 Mar 2006 11:58:23 +0200

On Tue, Mar 28, 2006 at 11:48:04AM +0200, Miguel wrote:
> I am beginner in programming and i need a lot of help.
> I don't know what are the flags to do a good diff file and i do it 
> without flags and this is the result of one error that i find
> 
> 471,474c471,472
> <                                                   _thread(NULL)
> < #ifdef USE_GTK_PLUG /* If USE_GTK_PLUG is not defined _newwin does not 
> exist */
> <                                                   , _newwin(FALSE)
> < #endif
> ---
> >                                                   _thread(NULL),
> >                                                   _newwin(FALSE)
> 
> My English is too bad, i know, i hope that yo can understand me, sorry.

You should include filename at least.
If you're using CVS you can make a patch using:

        cvs diff -U2

Otherwise

        diff -U2 <old> <new>

The above will also report which is the new and which is
the old version. It's also nice to add a comment to a
patch.

Thanks.

--strk;




reply via email to

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