> Henrik Nordstrom wrote:
>
> The sdirno type is 8 bits oversized since you cannot declare
> a bitfield
> type.
>
I know this is ugly, but what about
struct _s_sdirno {
unsigned int number:24;
};
typedef _s_sdirno s_sdirno;
#define sdirno s_dirno->number
?
Rob
Received on Mon Jan 08 2001 - 19:03:01 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:14 MST