aboutsummaryrefslogtreecommitdiff
path: root/gdb/osfsolib.c
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@cygnus>1995-10-26 23:54:44 +0000
committerBrendan Kehoe <brendan@cygnus>1995-10-26 23:54:44 +0000
commit811f1bdce68c1ac53f95f0cf3ffe23b0ff703eaa (patch)
tree8ae51a3b849d33f84ed10642ded0e713c4a998f7 /gdb/osfsolib.c
parent9bfaf1b9527bfa1455986423b95b9ebe832745b0 (diff)
downloadgdb-811f1bdce68c1ac53f95f0cf3ffe23b0ff703eaa.zip
gdb-811f1bdce68c1ac53f95f0cf3ffe23b0ff703eaa.tar.gz
gdb-811f1bdce68c1ac53f95f0cf3ffe23b0ff703eaa.tar.bz2
* regex.h: Renamed to gnu-regex.h.
* regex.c: Renamed to gnu-regex.c. * Makefile.in (POSSLIBS): Refer to gnu-regex.h and gnu-regex.c. (REGEX, REGEX1): Change to gnu-regex.o instead of regex.o. (regex.o): Renamed to gnu-regex.o; refer to gnu-regex.c. (irix5-nat.o, osfsolib.o, gnu-regex.o, solib.o, source.o, symtab.o): Likewise. * irix5-nat.c, osfsolib.c, gnu-regex.c, solib.c, source.c, symtab.c): Include "gnu-regex.h" instead of "regex.h". * alpha-tdep.c (in_prologue): Rename to alpha_in_prologue, to avoid conflicts with symtab.h. fixes building gdb under OSF/1 4.0
Diffstat (limited to 'gdb/osfsolib.c')
-rw-r--r--gdb/osfsolib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/osfsolib.c b/gdb/osfsolib.c
index d2b5530..79301e4 100644
--- a/gdb/osfsolib.c
+++ b/gdb/osfsolib.c
@@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "command.h"
#include "target.h"
#include "frame.h"
-#include "regex.h"
+#include "gnu-regex.h"
#include "inferior.h"
#include "language.h"