From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27787 invoked by alias); 12 Nov 2002 18:10:16 -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 27775 invoked from network); 12 Nov 2002 18:10:15 -0000 Received: from unknown (HELO freya.inter.net.il) (192.114.186.14) by sources.redhat.com with SMTP; 12 Nov 2002 18:10:15 -0000 Received: from zaretsky (adsl-ayalon-pc-128-162.inter.net.il [213.8.128.162]) by freya.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id BYH19903; Tue, 12 Nov 2002 20:09:57 +0200 (IST) Date: Tue, 12 Nov 2002 10:10:00 -0000 From: "Eli Zaretskii" To: ac131313@redhat.com Message-Id: <7263-Tue12Nov2002201037+0200-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3DD12BE4.4070203@redhat.com> (message from Andrew Cagney on Tue, 12 Nov 2002 11:27:16 -0500) Subject: Re: [patch/5.3] Re-fix some dos character problems Reply-to: Eli Zaretskii References: <3DD12BE4.4070203@redhat.com> X-SW-Source: 2002-11/txt/msg00348.txt.bz2 > Date: Tue, 12 Nov 2002 11:27:16 -0500 > From: Andrew Cagney > > The attatched fixes a typo I made when fixing some DOS invalid character > problems. > > committed to mainline and 5.3 branch, Thanks. But please keep the .C extensions (Capital `C'), so that on systems that preserve letter-case in file names (MS-Windows) the files are still identified as C++ files. (Actually, it's better to have a .cc extension for C++ files, but perhaps there are valid reasons not to.)