Hello liyehua1986(?),
* [EMAIL PROTECTED] wrote on Sun, Mar 11, 2007 at 04:39:37AM CET:
>
> The make program output:
>
> generate pro.c
> use %.l rule and generate makefile.l
> use .l rule and generate makefile
> generate ok.h
> use %.l rule and generate pro.l
> use .l rule and generate pro
FWI
Hi!
Trying to apply some patches in unified diff format to mozilla source.
But these patches where created some time ago and source code where they are
applied already changed.
Example:
.diff patch is:
---
aaa
bbb
ccc
+ccc2
ddd
eee
---
And nowadays source file looks like
---
aaa
bbb
bbb2
ccc
ddd