Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!taumet!steve From: steve@taumet.com (Stephen Clamage) Newsgroups: comp.lang.c Subject: Re: Union element alignment query Message-ID: <524@taumet.com> Date: 18 Nov 90 02:15:33 GMT References: <810001@hplred.HP.COM> <516@taumet.com> Organization: Taumetric Corporation, San Diego Lines: 17 steve@taumet.com (Stephen Clamage) writes: >There is also a requirement that given a type T, and the declaration > T* t; >then > (T*)(void*)t == t; I didn't state this very well. I meant to say: There is also a requirement that given an object type T, and the declaration T* t; then the relation (T*)(void*)t == t must hold. -- Steve Clamage, TauMetric Corp, steve@taumet.com