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"



Approved and committed.  Thanks!

> In the long run we probably want to switch to the POSIX interfaces,
> but in the meantime, the attached patch would make it possible to use
> "xregex.h" in GDB.  I think it is pretty harmless, although it does
> involve some name-space pollution.
> 
> from  Mark Kettenis  <kettenis@gnu.org>
> 
> 	* xregex.h (_REGEX_RE_COMP): Define.
> 	(re_comp): Define to xre_comp.
> 	(re_exec): Define to xre_exec.


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