Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!caip!princeton!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.lang.c Subject: Re: Is this a known bug? Message-ID: <6025@alice.uUCp> Date: Sat, 6-Sep-86 13:03:15 EDT Article-I.D.: alice.6025 Posted: Sat Sep 6 13:03:15 1986 Date-Received: Sat, 6-Sep-86 20:37:36 EDT References: <3127@mit-eddie.MIT.EDU> Organization: Bell Labs, Murray Hill Lines: 15 > 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.