* cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
authorMark Kettenis <kettenis@gnu.org>
Fri, 3 Jan 2003 14:10:08 +0000 (14:10 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 3 Jan 2003 14:10:08 +0000 (14:10 +0000)
declaration for `struct re_pattern_buffer' instead.
* Makefile.in (cli_decode_h): Remove $(gdb_regex_h).

gdb/ChangeLog
gdb/Makefile.in
gdb/cli/cli-decode.h

index 96aa09ebfeec17a0478386ff7d5bc03fc70d6d42..241afeb52602cf9250c97f1e5aabb1b0472208b7 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-03  Mark Kettenis  <kettenis@gnu.org>
+
+       * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
+       declaration for `struct re_pattern_buffer' instead.
+       * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
+
 2003-01-03  J. Brobecker  <brobecker@gnat.com>
 
        * mdebugread.c (parse_symbol): Count until the stEnd matching
index a36ce57f6078d2f6ddccb426a1d79082d66c4773..843c05f898b707dfba422b96f26a83a09c865349 100644 (file)
@@ -717,7 +717,7 @@ xmodem_h = xmodem.h
 #
 
 cli_cmds_h = $(srcdir)/cli/cli-cmds.h
-cli_decode_h = $(srcdir)/cli/cli-decode.h $(gdb_regex_h) $(command_h)
+cli_decode_h = $(srcdir)/cli/cli-decode.h $(command_h)
 cli_dump_h = $(srcdir)/cli/cli-dump.h
 cli_script_h = $(srcdir)/cli/cli-script.h
 cli_setshow_h = $(srcdir)/cli/cli-setshow.h
index e8563ff5c59d57317f2143e2a01dbc933c4568b8..cb54721564e474097e33e2d1057ee089a3dbc3fc 100644 (file)
 #if !defined (CLI_DECODE_H)
 #define CLI_DECODE_H 1
 
-#include "gdb_regex.h"         /* Needed by apropos_cmd.  */
 #include "command.h"
 
+struct re_pattern_buffer;
+
 #if 0
 /* FIXME: cagney/2002-03-17: Once cmd_type() has been removed, ``enum
    cmd_types'' can be moved from "command.h" to "cli-decode.h".  */
This page took 0.036295 seconds and 4 git commands to generate.