This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Bitfields in structures
- From: John Love-Jensen <eljay at adobe dot com>
- To: "John O'Connor" <joconnor36 at hotmail dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Fri, 27 Sep 2002 10:18:56 -0500
- Subject: Re: Bitfields in structures
Hi John,
Try this before the structure...
#undef NIB
...or...
#ifdef NIB
#error Hey, who defined NIB on me? Why I oughtta...!
#endif
If the latter, poke around your included header files.
--Eljay