From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6688 invoked by alias); 5 Jan 2004 06:09:45 -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 6653 invoked from network); 5 Jan 2004 06:09:33 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 5 Jan 2004 06:09:33 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AdOt7-000254-Ng; Mon, 05 Jan 2004 02:10:58 -0500 Date: Mon, 05 Jan 2004 06:09:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com In-reply-to: <20040104224218.GA7411@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 4 Jan 2004 17:42:18 -0500) Subject: Re: [cplus] Use the parser in cp-support.c Reply-to: Eli Zaretskii References: <20040104224218.GA7411@nevyn.them.org> X-SW-Source: 2004-01/txt/msg00084.txt.bz2 > Date: Sun, 4 Jan 2004 17:42:18 -0500 > From: Daniel Jacobowitz > > Index: cp-names.h > =================================================================== > RCS file: cp-names.h > diff -N cp-names.h > --- cp-names.h 24 Dec 2003 22:35:25 -0000 1.1.2.1 > +++ /dev/null 1 Jan 1970 00:00:00 -0000 > @@ -1,24 +0,0 @@ > -/* YACC parser for C++ names, for GDB. > - > - Copyright 2003 > - Free Software Foundation, Inc. > - > -This file is part of GDB. This part of your patch is backwards. (Given that you used "diff -N", it looks like a CVS bug to me, as it diff'ed cp-names.h against /dev/null instead of the other way around.)