Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!seismo!plus5!hokey From: hokey@plus5.UUCP Newsgroups: comp.lang.c Subject: Re: union initialization Message-ID: <1722@plus5.UUCP> Date: Thu, 23-Apr-87 13:43:48 EST Article-I.D.: plus5.1722 Posted: Thu Apr 23 13:43:48 1987 Date-Received: Sat, 25-Apr-87 05:44:45 EST References: <3290@burdvax.PRC.Unisys.COM> Reply-To: hokey@plus5.UUCP (Hokey) Organization: Plus Five Computer Services, St. Louis, MO Lines: 9 There is no current way to perform compile-time initailization of unions. If the braindead compile-time first-member initialization rule in the proposed C standard gets accepted, you will have a way to perform compile-time initialization of unions which only need to be initialized to the type of their initial members. In my opinion, this mechanism is *worse* than not having *any* way to perform compile-time initialization of unions. -- Hokey