Is this a known bug?

Andrew Koenig ark at alice.UucP
Sun Sep 7 03:03:15 AEST 1986


> The following program segment:
>
> foo()
> {
>     void goo();
>     void (*moo)();
>
>     moo = goo;
> }
>
> Produces the error:
>
> "void.c", line 6: operands of = have incompatible types

In that case, your compiler is broken.



More information about the Comp.lang.c mailing list