From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11869 invoked by alias); 18 Nov 2002 21:06:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11862 invoked from network); 18 Nov 2002 21:06:47 -0000 Received: from unknown (HELO dc-mx11.cluster1.charter.net) (209.225.8.21) by sources.redhat.com with SMTP; 18 Nov 2002 21:06:47 -0000 Received: from [66.189.46.2] (HELO platinum.local.) by dc-mx11.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 151869; Mon, 18 Nov 2002 16:06:47 -0500 Date: Mon, 18 Nov 2002 13:06:00 -0000 Subject: Re: [RFA] Handle stack underflow in dbxread.c Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) Cc: Jim Blandy , gdb-patches@sources.redhat.com To: Andrew Cagney From: Klee Dienes In-Reply-To: <3DD950C1.6090405@redhat.com> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00470.txt.bz2 I added the following comment: /* Pop a context block. Returns the address of the context block just popped. */ On Monday, November 18, 2002, at 03:42 PM, Andrew Cagney wrote: > > BTW, can you please put some sort of equivalent comment back? > >> -/* Macro "function" for popping contexts from the stack. Pushing is >> - done by a real function, push_context. This returns a pointer to >> a >> - struct context_stack. */ >> - >> -#define pop_context() (&context_stack[--context_stack_depth]); > > Andrew > >