Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site sdcc3.UUCP Path: utzoo!linus!decvax!tektronix!hplabs!sdcrdcf!sdcsvax!sdcc3!drf From: drf@sdcc3.UUCP (Donald R. Fredkin) Newsgroups: net.micro.mac Subject: Recursive data structures with Megamax C? Message-ID: <2953@sdcc3.UUCP> Date: Thu, 18-Jul-85 19:20:09 EDT Article-I.D.: sdcc3.2953 Posted: Thu Jul 18 19:20:09 1985 Date-Received: Tue, 23-Jul-85 05:16:26 EDT Reply-To: drf@sdcc3.UUCP (Donald R. Fredkin) Organization: U.C. San Diego, Academic Computer Center Lines: 14 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.