Re: [PATCH] Centralize the macro definition of "__packed".

2007-01-18 Thread Robert P. J. Day
On Thu, 18 Jan 2007, Tim Schmielau wrote: > On Thu, 18 Jan 2007, Robert P. J. Day wrote: > > > actually, it *appears* that the standard works this way. the macro > > "__deprecated" is defined in compiler-gcc.h with: > > > > #define __deprecated __attribute__((deprecated)) > > > > while the

Re: [PATCH] Centralize the macro definition of "__packed".

2007-01-18 Thread Tim Schmielau
On Thu, 18 Jan 2007, Robert P. J. Day wrote: > actually, it *appears* that the standard works this way. the macro > "__deprecated" is defined in compiler-gcc.h with: > > #define __deprecated __attribute__((deprecated)) > > while the more generic compiler.h handles whether or not it was >

Re: [PATCH] Centralize the macro definition of "__packed".

2007-01-18 Thread Robert P. J. Day
On Thu, 18 Jan 2007, Tim Schmielau wrote: > On Thu, 18 Jan 2007, Robert P. J. Day wrote: > > > Centralize the attribute macro definition of "__packed" so no > > subsystem has to do that explicitly. > > > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > > > --- > > > > compile tested

Re: [PATCH] Centralize the macro definition of "__packed".

2007-01-18 Thread Tim Schmielau
On Thu, 18 Jan 2007, Robert P. J. Day wrote: > Centralize the attribute macro definition of "__packed" so no > subsystem has to do that explicitly. > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > --- > > compile tested to make sure the HFS subsystem still builds. now > there's

Re: [PATCH] Centralize the macro definition of "__packed".

2007-01-18 Thread Robert P. J. Day
On Thu, 18 Jan 2007, Robert P. J. Day wrote: > Centralize the attribute macro definition of "__packed" so no > subsystem has to do that explicitly. ummm ... might want to ignore this submission, i want to do some tweaking first. sorry. rday - To unsubscribe from this list: send the line

[PATCH] Centralize the macro definition of "__packed".

2007-01-18 Thread Robert P. J. Day
Centralize the attribute macro definition of "__packed" so no subsystem has to do that explicitly. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- compile tested to make sure the HFS subsystem still builds. now there's just 50 gazillion usages of "__attribute__((packed))" that can

[PATCH] Centralize the macro definition of __packed.

2007-01-18 Thread Robert P. J. Day
Centralize the attribute macro definition of __packed so no subsystem has to do that explicitly. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- compile tested to make sure the HFS subsystem still builds. now there's just 50 gazillion usages of __attribute__((packed)) that can be

Re: [PATCH] Centralize the macro definition of __packed.

2007-01-18 Thread Robert P. J. Day
On Thu, 18 Jan 2007, Robert P. J. Day wrote: Centralize the attribute macro definition of __packed so no subsystem has to do that explicitly. ummm ... might want to ignore this submission, i want to do some tweaking first. sorry. rday - To unsubscribe from this list: send the line

Re: [PATCH] Centralize the macro definition of __packed.

2007-01-18 Thread Tim Schmielau
On Thu, 18 Jan 2007, Robert P. J. Day wrote: Centralize the attribute macro definition of __packed so no subsystem has to do that explicitly. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- compile tested to make sure the HFS subsystem still builds. now there's just 50

Re: [PATCH] Centralize the macro definition of __packed.

2007-01-18 Thread Robert P. J. Day
On Thu, 18 Jan 2007, Tim Schmielau wrote: On Thu, 18 Jan 2007, Robert P. J. Day wrote: Centralize the attribute macro definition of __packed so no subsystem has to do that explicitly. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- compile tested to make sure the HFS

Re: [PATCH] Centralize the macro definition of __packed.

2007-01-18 Thread Tim Schmielau
On Thu, 18 Jan 2007, Robert P. J. Day wrote: actually, it *appears* that the standard works this way. the macro __deprecated is defined in compiler-gcc.h with: #define __deprecated __attribute__((deprecated)) while the more generic compiler.h handles whether or not it was defined:

Re: [PATCH] Centralize the macro definition of __packed.

2007-01-18 Thread Robert P. J. Day
On Thu, 18 Jan 2007, Tim Schmielau wrote: On Thu, 18 Jan 2007, Robert P. J. Day wrote: actually, it *appears* that the standard works this way. the macro __deprecated is defined in compiler-gcc.h with: #define __deprecated __attribute__((deprecated)) while the more generic