Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version nyu B notes v1.5 12/10/84; site csd2.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!cmcl2!csd2!schwrtze From: schwrtze@csd2.UUCP (Eric Schwartz group) Newsgroups: net.lang.c Subject: Re: Structure question (problem) Message-ID: <3090004@csd2.UUCP> Date: Fri, 24-May-85 16:31:00 EDT Article-I.D.: csd2.3090004 Posted: Fri May 24 16:31:00 1985 Date-Received: Thu, 30-May-85 00:06:20 EDT References: <185@vger.UUCP> Organization: New York University Lines: 6 its an implementation nightmare to have to init structures/arrays/unions Remember automatic means that this stuff is on the stack, and your subroutine will have to spend time doing the init (which should have just been static) I agree it should be allowed but I won't use it. Hedley Rainnie.