> 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); } I can't find any such macro anywhere in Circle. Are you sure that isn't a change one of your local coders made? -j
This archive was generated by hypermail 2b30 : 12/07/00 PST