OSDN Git Service

Add declaration of xmalloc.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Apr 1995 13:22:43 +0000 (13:22 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Apr 1995 13:22:43 +0000 (13:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9351 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cpphash.c

index 2ca007c..cd7ef05 100644 (file)
@@ -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