| | Date | Tue, 14 Dec 2004 04:07:52 -0300 | | From | Werner Almesberger <> | | Subject | Re: [RFC] Splitting kernel headers and deprecating __KERNEL__ |
| |
H. Peter Anvin wrote: > Since we can't use typedefs on > struct tags, I suggest:
Wouldn't this be a wonderful extension to ask from the gcc folks ? typedef mumble struct foo; /* or union, enum */ with "mumble" either a "struct bar" or a typedef thereof. - Werner
-- _________________________________________________________________________ / Werner Almesberger, Buenos Aires, Argentina wa@almesberger.net / /_http://www.almesberger.net/____________________________________________/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|