Path: utzoo!attcan!uunet!husc6!mailrus!ames!elroy!spacely!djb From: djb@spacely.Jpl.Nasa.Gov (Daniel J. Burns) Newsgroups: comp.std.c Subject: structure assignment in dpANSI Message-ID: <11077@elroy.Jpl.Nasa.Gov> Date: 9 Nov 88 22:03:40 GMT Sender: news@elroy.Jpl.Nasa.Gov Reply-To: djb@spacely.Jpl.Nasa.Gov (Daniel J. Burns) Organization: Image Analysis Systems Grp, JPL Lines: 13 The definition of compatible types for structures is unclear to me. Is the following legal? struct { int x ; float y ; } a ; struct { int x ; float y ; } b ; a = b ; /* ??? */ -- Dan Burns Jet Propulsion Laboratory djb@spacely.jpl.nasa.gov