Path: utzoo!utgpu!watserv1!watmath!att!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!leah!bingvaxu!vu0310 From: vu0310@bingvaxu.cc.binghamton.edu (R. Kym Horsell) Newsgroups: comp.lang.c Subject: Re: ansi weirdness Message-ID: <3970@bingvaxu.cc.binghamton.edu> Date: 9 Sep 90 19:34:40 GMT References: <11305@alice.UUCP> Reply-To: vu0310@bingvaxu.cc.binghamton.edu.cc.binghamton.edu (R. Kym Horsell) Organization: SUNY Binghamton, NY Lines: 10 In article <11305@alice.UUCP> andrew@alice.UUCP (Andrew Hume) writes: [] > typedef int (*fn)(struct x *); > extern int fn1(struct x *); > extern fn *fp = fn1; [Why does the (ANSII) compiler say struct's are different]? Don't ask _why_ just put ``struct x;'' in front. -Kym Horsell