From 02d0b8be9392adeee0d474b2c55013796e5d71ac Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 10 Apr 1995 09:22:43 -0400 Subject: [PATCH] Add declaration of xmalloc. From-SVN: r9351 --- gcc/cpphash.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 2ca007c417c..cd7ef05fe13 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -25,6 +25,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. #include "cpplib.h" #include "cpphash.h" +extern char *xmalloc PARAMS ((unsigned)); + /* Define a generic NULL if one hasn't already been defined. */ #ifndef NULL -- 2.30.2