Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!dogie.macc.wisc.edu!indri!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Array intialization Message-ID: <10376@smoke.BRL.MIL> Date: 7 Jun 89 21:41:25 GMT References: <3420@ihuxv.ATT.COM> <7330014@hpcllca.HP.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <7330014@hpcllca.HP.COM> curtw@hpcllca.HP.COM (Curt Wohlgemuth) writes: >It matters not whether the declaration for 'g' is inside a block or not. I think you're right; somehow I missed that. When auto aggregate initialization was added by the pANS, aggregate initializers were required to be constant expressions.