Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!lll-winken!ac10!wilson From: wilson@ac10.cs.nps.navy.mil (kalin wilson) Newsgroups: comp.lang.c Subject: Re: initialization of arrays Message-ID: <2121@ac10.cs.nps.navy.mil> Date: 18 Apr 91 16:26:47 GMT Organization: Naval Postgraduate School,Monterey,CA Lines: 11 I've had the same problem on our Solbourne and Iris workstations. The compilers appear to be 'almost' ANSI. What I have to do is make the arrays static. I get an error to the effect of "no automatic initialization for aggregate type" You might try the static thing, although you often don't want an object to hang around. -------------------------------------------------------------------- Kalin Wilson | wilson@taurus.cs.nps.navy.mil Naval Postgraduate School | Monterey, Ca | "Opinions? What opinions?" -------------------------------------------------------------------