Replace strsave() with xstrdup().
[deliverable/binutils-gdb.git] / gdb / defs.h
index b5fe805d64db6cab2d392d336abbb16d799c5f8a..b0612808c0322e1a5784e414b42023ee458f6534 100644 (file)
@@ -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
This page took 0.023713 seconds and 4 git commands to generate.