Path: utzoo!utgpu!water!watmath!clyde!att!rutgers!ucsd!ames!oliveb!sun!gorodish!guy From: guy@gorodish.Sun.COM (Guy Harris) Newsgroups: comp.lang.c Subject: Re: Oddities in ANSI 3rd review Message-ID: <62876@sun.uucp> Date: 4 Aug 88 19:48:20 GMT References: <253@gannet.cl.cam.ac.uk> <5806@haddock.ISC.COM> <62866@sun.uucp> Sender: news@sun.uucp Lines: 7 > Unfortunately, there's no way to have unnamed fillers that aren't bit-fields, > so there's no way I can see of doing this without polluting your namespace... Make that "no clean, portable way I can see of doing this...". Yes, you can, in any given implementation, stick in an unnamed bit field that happens to be the same size as the structure member that you're trying to render anonymous, but you'd have to tweak the size of the bit field in different implementations.