Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 10 Jan 2002 15:41:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 10 Jan 2002 15:41:21 -0500 Received: from ns.suse.de ([213.95.15.193]:12295 "HELO Cantor.suse.de") by vger.kernel.org with SMTP id ; Thu, 10 Jan 2002 15:41:05 -0500 Date: Thu, 10 Jan 2002 21:41:04 +0100 (CET) From: Dave Jones To: Peter Jones Cc: Subject: Re: [PATCH] #ifdef __cplusplus removal (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Jan 2002, Peter Jones wrote: > 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/