summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-01-31 01:24:03 +0000
committerAndrew Cagney <cagney@redhat.com>2001-01-31 01:24:03 +0000
commit515fe7971c2f812953bf4a117263739727eb7336 (patch)
tree4adbd23bd3af86230b780a1b7bfe6cd6b7572a6d /gdb/defs.h
parent56101a1dbfea61e1633a3b53f88696a150ae6c1c (diff)
downloadgdb-515fe7971c2f812953bf4a117263739727eb7336.tar.gz
Replace strsave() with xstrdup().
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index b5fe805d64d..b0612808c03 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -1,6 +1,6 @@
/* *INDENT-OFF* */ /* ATTR_FORMAT confuses indent, avoid running it for now */
/* Basic, host-specific, and target-specific definitions for GDB.
- Copyright (C) 1986, 1989, 1991-1996, 1998-2000
+ Copyright (C) 1986, 1989, 1991-1996, 1998-2000, 2001
Free Software Foundation, Inc.
This file is part of GDB.
@@ -822,8 +822,6 @@ extern char *savestring (const char *, int);
extern char *msavestring (void *, const char *, int);
-extern char *strsave (const char *);
-
extern char *mstrsave (void *, const char *);
/* FIXME; was long, but this causes compile errors in msvc if already