Re: __attribute__

2018-11-02 Thread Dennis Clarke
No ... but surely you meant to write __attribute__((packed)) Why No? And don't call me Shirley. A lot of people loved that line. For those of us that read all of this .. thank you for that early this morning. Dennis

Re: __attribute__

2018-11-02 Thread Jim Jagielski
> On Nov 1, 2018, at 5:53 PM, William A Rowe Jr wrote: > > On Thu, Nov 1, 2018 at 3:31 PM Jim Jagielski <mailto:j...@jagunet.com>> wrote: > Since __attribute__ is used in various places in trunk and 2.4, is it safe to > assume that I can write something that requi

Re: __attribute__

2018-11-01 Thread William A Rowe Jr
On Thu, Nov 1, 2018 at 3:31 PM Jim Jagielski wrote: > Since __attribute__ is used in various places in trunk and 2.4, is it safe > to assume that I can write something that requires __attribute__(packed)? No ... but surely you meant to write __attribute__((packed)) The real question is.

__attribute__

2018-11-01 Thread Jim Jagielski
Since __attribute__ is used in various places in trunk and 2.4, is it safe to assume that I can write something that requires __attribute__(packed)?