* cli/cli-decode.h: Include "gdb_regex.h" instead of
"gnu-regex.h".
This commit is contained in:
parent
d72751493e
commit
cc6dd2c071
@ -1,5 +1,8 @@
|
||||
2001-08-02 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* cli/cli-decode.h: Include "gdb_regex.h" instead of
|
||||
"gnu-regex.h".
|
||||
|
||||
* NEWS: Update.
|
||||
|
||||
2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user