Commit 02d0b8be by Richard Kenner

Add declaration of xmalloc.

From-SVN: r9351
parent 52112c7c
...@@ -25,6 +25,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ...@@ -25,6 +25,8 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#include "cpplib.h" #include "cpplib.h"
#include "cpphash.h" #include "cpphash.h"
extern char *xmalloc PARAMS ((unsigned));
/* Define a generic NULL if one hasn't already been defined. */ /* Define a generic NULL if one hasn't already been defined. */
#ifndef NULL #ifndef NULL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment