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]

Re: [PATCH] Include "gdb_regex.h" instead of "gnu-regex.h"


Mark Kettenis wrote:
> 
> Seems obvious to me :-).  Checked in on mainline.
> 
> Mark
> 

Yes.  Thanks.


> Index: ChangeLog
> from  Mark Kettenis  <kettenis@gnu.org>
> 
>         * cli/cli-decode.h: Include "gdb_regex.h" instead of
>         "gnu-regex.h".
> 
> Index: cli/cli-decode.h
> ===================================================================
> RCS file: /cvs/src/src/gdb/cli/cli-decode.h,v
> retrieving revision 1.2
> diff -u -p -r1.2 cli-decode.h
> --- cli/cli-decode.h 2001/03/06 08:21:19 1.2
> +++ cli/cli-decode.h 2001/08/02 20:16:00
> @@ -19,7 +19,7 @@
>  #if !defined (CLI_DECODE_H)
>  #define CLI_DECODE_H 1
> 
> -#include "gnu-regex.h"   /* Needed by apropos_cmd. */
> +#include "gdb_regex.h"         /* Needed by apropos_cmd.  */
> 
>  /* Command classes are top-level categories into which commands are broken
>     down for "help" purposes.

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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