From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32612 invoked by alias); 31 Oct 2006 23:23:44 -0000 Received: (qmail 32600 invoked by uid 22791); 31 Oct 2006 23:23:43 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Oct 2006 23:23:31 +0000 Received: (qmail 10501 invoked from network); 31 Oct 2006 23:23:29 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 31 Oct 2006 23:23:29 -0000 To: David Taylor Cc: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: stabs.texinfo update for macro define/undefine References: <200610251931.k9PJVRDO011265@mailhub.lss.emc.com> <200610302225.k9UMPLZ9001050@mailhub.lss.emc.com> From: Jim Blandy Date: Tue, 31 Oct 2006 23:23:00 -0000 In-Reply-To: <200610302225.k9UMPLZ9001050@mailhub.lss.emc.com> (David Taylor's message of "Mon, 30 Oct 2006 17:25:21 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00325.txt.bz2 It's clear from the example, but it would be nice if the text explicitly explained how function-like macro arguments appear in the N_MAC_DEFINE stabs. It also should explain how the following are distinguished: #define foo x #define foo() x With the latter #definition, 'foo' followed by something other than an opening parenthesis isn't replaced.