From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13175 invoked by alias); 24 Oct 2002 00:18:01 -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 13163 invoked from network); 24 Oct 2002 00:18:00 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 24 Oct 2002 00:18:00 -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 g9NNuYw31515 for ; Wed, 23 Oct 2002 19:56:34 -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 g9O0Hxf27067 for ; Wed, 23 Oct 2002 20:17:59 -0400 Received: from localhost.redhat.com (IDENT:BU41aDWNtoJwBwuVqkICD41iz4vGdXLo@tooth.toronto.redhat.com [172.16.14.29]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9O0Hw030582 for ; Wed, 23 Oct 2002 20:17:58 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 5858DFF79; Wed, 23 Oct 2002 20:15:09 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15799.15245.494644.29674@localhost.redhat.com> Date: Wed, 23 Oct 2002 17:18:00 -0000 To: David Carlton Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] some mindless additions of BLOCK_ macros In-Reply-To: References: X-SW-Source: 2002-10/txt/msg00500.txt.bz2 David Carlton writes: > I recently noticed that the BLOCK_ macros weren't used everywhere they > could be. I know Andrew doesn't like macros, but given that these > ones are used almost everywhere, they might as well be used > everywhere. > These macros are a bit less evil. They are the precursors to accessor functions. And Andrew likes those.... Elena