Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 13 Sep 2002 12:10:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 13 Sep 2002 12:10:03 -0400 Received: from pD952AD04.dip.t-dialin.net ([217.82.173.4]:62957 "EHLO hawkeye.luckynet.adm") by vger.kernel.org with ESMTP id ; Fri, 13 Sep 2002 12:10:01 -0400 Date: Fri, 13 Sep 2002 10:14:01 -0600 (MDT) From: Thunder from the hill X-X-Sender: thunder@hawkeye.luckynet.adm To: Andreas Steinmetz cc: Thunder from the hill , Bob_Tracy , , Subject: Re: 2.5.34: IR __FUNCTION__ breakage In-Reply-To: <3D820BC9.5080207@domdv.de> Message-ID: X-Location: Dorndorf/Steudnitz; Germany 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 Content-Length: 921 Lines: 27 Hi, On Fri, 13 Sep 2002, Andreas Steinmetz wrote: > At least for gcc 3.2 this would be better: > > #define DERROR(dbg, fmt, args...) \ > do { if (DEBUG_##dbg) \ > printk(KERN_INFO "irnet: %s(): " fmt, __FUNCTION__, ##args); \ > } while(0) > > Unfortunately this doesn't work with gcc 2.95.3. Yepp. As usual, I've forgot the half of it. The second underscores of __FUNCTION__ were victims, just like the double hash before args. Thunder -- --./../...-/. -.--/---/..-/.-./..././.-../..-. .---/..-/.../- .- --/../-./..-/-/./--..-- ../.----./.-../.-.. --./../...-/. -.--/---/..- .- -/---/--/---/.-./.-./---/.--/.-.-.- --./.-/-.../.-./.././.-../.-.-.- - 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/