Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: sizeof a struc field Message-ID: <11280@smoke.BRL.MIL> Date: 14 Oct 89 03:46:39 GMT References: <7710@microsoft.UUCP> <11086@smoke.BRL.MIL> <131@dtoa3.dt.navy.mil> <11227@smoke.BRL.MIL> <7678@cdis-1.uucp> <11263@smoke.BRL.MIL> <10960@riks.csl.sony.co.jp> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <10960@riks.csl.sony.co.jp> diamond@ws.sony.junet (Norman Diamond) writes: >Null pointers have no type? That's not what I've been saying. Garbage constructs have no type. ((thing*)0)->member is a garbage construct. It has no type. In case you don't know what I mean by "garbage construct", it is a sequence of C source characters for which the Standard assigns no valid meaning.