Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 04:06:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 04:06:19 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:55054 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 13 Aug 2002 04:06:18 -0400 Message-ID: <3D58BEC3.50508@zytor.com> Date: Tue, 13 Aug 2002 01:09:39 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a) Gecko/20020702 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Muli Ben-Yehuda CC: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [patch] __func__ -> __FUNCTION__ References: <3D58A45F.A7F5BDD@zip.com.au> <3D58BF90.56C75C66@zip.com.au> <20020813075944.GA2192@alhambra.actcom.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 475 Lines: 18 Muli Ben-Yehuda wrote: > > How about: > > /* early gcc compilers lose on __func__ */ > #ifndef __func__ > #define __func__ __FUNCTION__ > #endif /* !defined __func__ */ __func__ isn't a macro; it's a compiler token. -hpa - 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/