Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Include "gdb_regex.h" instead of "gnu-regex.h"
@ 2001-08-02 13:18 Mark Kettenis
  2001-08-02 13:24 ` Fernando Nasser
  2001-08-02 13:29 ` DJ Delorie
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Kettenis @ 2001-08-02 13:18 UTC (permalink / raw)
  To: gdb-patches

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.  


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-08-02 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-02 13:18 [PATCH] Include "gdb_regex.h" instead of "gnu-regex.h" Mark Kettenis
2001-08-02 13:24 ` Fernando Nasser
2001-08-02 13:29 ` DJ Delorie
2001-08-02 14:03   ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox