Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site analog.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!oliveb!hplabs!analog!kim From: kim@analog.UUCP (Kim Helliwell ) Newsgroups: net.micro.mac Subject: Re: Recursive data structures with Megamax C? Message-ID: <180@analog.UUCP> Date: Sun, 21-Jul-85 00:15:50 EDT Article-I.D.: analog.180 Posted: Sun Jul 21 00:15:50 1985 Date-Received: Mon, 22-Jul-85 20:15:44 EDT References: <2953@sdcc3.UUCP> Organization: Analog Design Tools, Menlo Park, CA. Lines: 21 > Yesterday evening I heard the claim at the programmers SIG of the San > Diego Macintosh Users' Group that the Megamax C compiler did not permit > recursive declarations of the following kind: > > struct bucket { > char data[10]; > struct bucket *next; > } > > I am seriously considering purchasing the Megamax C compiler, and I > would appreciate hearing from Megamax C users whether this is indeed > true. > > Thank you. Most definitely NOT true! I've had no problem at all building linked lists using this sort of recursive declaration! Someone is drinking something stronger than Coke (new or old)!. Kim Helliwell hplabs!analog!kim