Re: win32 and test_mail.c

2003-06-04 Thread Leopold Toetsch
Luke Palmer <[EMAIL PROTECTED]> wrote: > -{'\0', 0, 0, { } } > +{'\0', 0, 0, { NULL } } These changes (+ a fix for a non working --gc-debug in imcc) went in with the parrot/imcc commandline option cleanup. Thanks, leo

Re: win32 and test_mail.c

2003-06-03 Thread Luke Palmer
> Hello. > > MSVC stumble over > > static struct longopt_opt_decl options[] = { > . > {'\0', 128, 0, { "--gc-debug" } }, > {'\0', 0, 0, { } } > } > > Рlease, replace it by > > RCS file: /cvs/public/parrot/test_main.c,v > retrieving revision 1.66 > diff -r1.66 test_main

win32 and test_mail.c

2003-06-03 Thread Nick Kostirya
Hello. MSVC stumble over static struct longopt_opt_decl options[] = { . {'\0', 128, 0, { "--gc-debug" } }, {'\0', 0, 0, { } } } Рlease, replace it by RCS file: /cvs/public/parrot/test_main.c,v retrieving revision 1.66 diff -r1.66 test_main.c 36c36 < {'\0', 0, 0,