> And again for my bad email aliases :)
> This patch removes the "#ifdef __cplusplus" from within a "#ifdef
> __KERNEL__" in linux/string.h. It really isn't needed AFACIT. It was
> put
> in for 1.1.0, which was before __KERNEL__ appeared. Alan told me to
> send it to you.
A quick grep shows __cplusplus is used in quite a few places in the kernel
source. I'm wondering if various developers are running their code through
g++ to maybe pick up on warnings that gcc doesn't see.
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs- 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/