From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32349 invoked by alias); 25 Nov 2003 19:21:21 -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 32342 invoked from network); 25 Nov 2003 19:21:20 -0000 Received: from unknown (HELO gollum.inter.net.il) (192.114.186.22) by sources.redhat.com with SMTP; 25 Nov 2003 19:21:20 -0000 Received: from zaretski ([80.230.153.167]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.8-GR) with ESMTP id BYB05136; Tue, 25 Nov 2003 21:17:49 +0200 (IST) Date: Tue, 25 Nov 2003 19:21:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-Id: <1659-Tue25Nov2003211650+0200-eliz@elta.co.il> CC: drow@mvista.com, carlton@kealia.com, gdb-patches@sources.redhat.com In-reply-to: <3FC3A299.90005@gnu.org> (message from Andrew Cagney on Tue, 25 Nov 2003 13:42:33 -0500) Subject: Re: [commit] Deprecate remaining STREQ uses Reply-to: Eli Zaretskii References: <3FC119EB.1060102@gnu.org> <3FC234C0.1000500@gnu.org> <2914-Mon24Nov2003212333+0200-eliz@elta.co.il> <3FC39747.2090007@gnu.org> <20031125175721.GA19157@nevyn.them.org> <3FC3A299.90005@gnu.org> X-SW-Source: 2003-11/txt/msg00575.txt.bz2 > Date: Tue, 25 Nov 2003 13:42:33 -0500 > From: Andrew Cagney > > What's needed is for people to recognize that such a transformation > could potentially alter the program's behavior. Not if you use c-macro-expand or a similar tool, it won't. Anyway, I trust GDB developers, yourself included, to make such simple changes without introducing bugs.