Re: struct tree_type

2010-07-13 Thread Manuel López-Ibáñez
On 13 July 2010 11:09, Ian Lance Taylor wrote: > BLUE 3TOO writes: > >>      Can somebody quickly explain what the bit fields are for? thanks >> >>   unsigned int precision : 10; >>   unsigned no_force_blk_flag : 1; >>   unsigned needs_constructing_flag : 1; >>   unsigned transparent_aggr_flag :

Re: struct tree_type

2010-07-13 Thread Ian Lance Taylor
BLUE 3TOO writes: > Can somebody quickly explain what the bit fields are for? thanks > > unsigned int precision : 10; > unsigned no_force_blk_flag : 1; > unsigned needs_constructing_flag : 1; > unsigned transparent_aggr_flag : 1; > unsigned restrict_flag : 1; > unsigned contain