* go32-xdep.c (re_comp, re_exec): Remove stubs now that gdb
always uses it's own version of regex.
This commit is contained in:
parent
f68fd5c0b0
commit
d8b8343dc7
@ -1,3 +1,8 @@
|
||||
Sat Nov 20 09:20:51 1993 Fred Fish (fnf@rtl.cygnus.com)
|
||||
|
||||
* go32-xdep.c (re_comp, re_exec): Remove stubs now that gdb
|
||||
always uses it's own version of regex.
|
||||
|
||||
Fri Nov 19 18:23:19 1993 Kung Hsu (kung@cirdan.cygnus.com)
|
||||
|
||||
* valops.c(value_struct_elt_for_reference): enhance search operator in
|
||||
|
@ -25,9 +25,6 @@ static void uerror(char *s)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
re_comp(){uerror("attempt to call re_comp()");}
|
||||
re_exec(){uerror("attempt to call re_exec()");}
|
||||
|
||||
sigsetmask()
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user