Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!usc!apple!motcsd!hpda!hpcuhb!hp-ses!hpdml93!sritacco From: sritacco@hpdml93.HP.COM (Steve Ritacco) Newsgroups: comp.lang.c Subject: Re: forward references in typedefs Message-ID: <410001@hpdml93.HP.COM> Date: 20 Jul 89 16:15:56 GMT References: <55480@tut.cis.ohio-state.edu> Organization: Hewlett Packard - Boise, ID Lines: 7 I've fought with this many times myself. It appears that this is a fact of life when dealing with K&R C. Every compiler I've ever used complains about that code. You simply need to define the structs and then typedef them, at least that is the way I have always gotten around this.