Re: bug in bitfield code

From: Hades (tourach@cyber1.servtech.com)
Date: 03/07/96


> 
> I found a bug in the bitfield code.
> In utils.h there is a macro RESETBITS
> 
> in this macro the line:
>                                     *b &= !(*c); }
> should be changed to:
>                                     *b &= ~(*c); }
> 
> 

Now I've heard a lot about bitfields recently but I'm mnot exactlyu sure
what iut is they do. Can someone let me know what advantage bitfields have
over bitvectors?



This archive was generated by hypermail 2b30 : 12/07/00 PST