From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19252 invoked by alias); 14 Oct 2002 23:01:53 -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 19245 invoked from network); 14 Oct 2002 23:01:52 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 14 Oct 2002 23:01:52 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9EMfQw24888 for ; Mon, 14 Oct 2002 18:41:27 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9EN1pf32607 for ; Mon, 14 Oct 2002 19:01:51 -0400 Received: from localhost.localdomain (vpn50-37.rdu.redhat.com [172.16.50.37]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9EN1pa18940 for ; Mon, 14 Oct 2002 19:01:51 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g9EN1j312170 for gdb-patches@sources.redhat.com; Mon, 14 Oct 2002 16:01:45 -0700 Date: Mon, 14 Oct 2002 16:01:00 -0000 From: Kevin Buettner Message-Id: <1021014230145.ZM12169@localhost.localdomain> In-Reply-To: Kevin Buettner "[PATCH RFC] Fix ptype behavior for structs" (Oct 10, 2:32pm) References: <1021010213207.ZM16572@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] Fix ptype behavior for structs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00265.txt.bz2 On Oct 10, 2:32pm, Kevin Buettner wrote: > I'll wait a couple of days for comments before checking this in. > > * c-lang.h (c_type_print_varspec_prefix): Delete. > * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add > ``need_post_space'' parameter. Adjust all callers. Committed.