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]

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


Seems obvious to me :-).  Checked in on mainline.

Mark


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.  


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