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); }
Exept for that bug the bitfield code works great.
Jaco
This archive was generated by hypermail 2b30 : 12/07/00 PST