On Fri, 2006-12-22 at 02:06 -0500, Pavel Roskin wrote: > It seems to me that the existing add_pre_buffer() mechanism can be used > instead. I'm just a bit worried why it wasn't done like this in the > first place. There was a reason to worry. Now create_builtin_stream() is run after the includes have been processed, so that e.g. the Linux compiler.h tells me that my compiler is too old (because it was included from the command line before __GNUC__ was defined). The initialization order needs some untangling. It's too intertwined with the command line processing. -- Regards, Pavel Roskin - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html