Jonathan Worthington <[EMAIL PROTECTED]> wrote: > I've attached a patch which causes stuff in begin.c to be put before the > #include "parrot/parrot.h" line, which fixes up this problem. I don't know > if it's the right thing to do, but it's the best one I could think of.
Applied. > Please create the empty signal.h too Done. > ... - BTW, how should I have gone about > including that in my patch (e.g. what's the flag for cvs diff)? $ diff -u /dev/null the_file # could be NUL: on Win32 Or touch(1) the file in the unmodified tree, i.e. create an empty one. > Thanks, > Jonathan Thanks to you, leo