[comp.lang.c] initialization of arrays

wilson@ac10.cs.nps.navy.mil (kalin wilson) (04/18/91)

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?"
-------------------------------------------------------------------