This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cplus] Use the parser in cp-support.c


> Date: Sun, 4 Jan 2004 17:42:18 -0500
> From: Daniel Jacobowitz <drow@mvista.com>
> 
> 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.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]