summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-03-04 08:36:43 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-03-04 08:36:43 -0500
commitfa58294a56062ff024d40dd228e7a6748e8c1e0f (patch)
tree23ce43af50cffb8766ae1a7550b33cfedde8f965 /gcc/tree.h
parent3e386b9e9d4ce3aa2ad3df21fac00ad57d2705d5 (diff)
downloadgcc-fa58294a56062ff024d40dd228e7a6748e8c1e0f.tar.gz
(xstrdup): Declare.
From-SVN: r11409
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 504416e6265..9a331f2efc3 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1246,6 +1246,8 @@ extern char *xmalloc ();
extern char *xrealloc ();
#endif
+extern char *xstrdup PROTO((char *));
+
extern char *oballoc PROTO((int));
extern char *permalloc PROTO((int));
extern char *savealloc PROTO((int));