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
> 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
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,