Comments for EXPORTed regression models
[pspp] / src / alloc.h
index c1148413f3bf7e66b372be33aa587209d9a212dd..0f4492e391898342363b1df9ad4be672022cedb3 100644 (file)
@@ -24,8 +24,9 @@
 
 /* malloc() wrapper functions. */
 #include "xalloc.h"
-void out_of_memory (void) NO_RETURN;
-\f
+
+void *nmalloc (size_t n, size_t s);
+
 /* alloca() wrapper functions. */
 #if defined (HAVE_ALLOCA) || defined (C_ALLOCA)
 #ifdef HAVE_ALLOCA_H