From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19878 invoked by alias); 31 Jan 2003 04:24:49 -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 19856 invoked from network); 31 Jan 2003 04:24:49 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.209.173) by 172.16.49.205 with SMTP; 31 Jan 2003 04:24:49 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CA0AB3C9D; Thu, 30 Jan 2003 23:24:27 -0500 (EST) Message-ID: <3E39FA7B.4050609@redhat.com> Date: Fri, 31 Jan 2003 04:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Fedor Cc: GDB Patches Subject: Re: [RFC]: Minor clean up of variable names in infrun.c References: <3E39F3C4.4090802@doc.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00831.txt.bz2 > 2003-01-30 Adam Fedor > > * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc. > Remove duplicate/shadowing variable of same name. > Yes, approved. Andrew