projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f6d1b
)
make sure autoconf tests have been run
author
Jim Meyering
<jim@meyering.net>
Mon, 3 Nov 1997 15:19:20 +0000
(15:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 3 Nov 1997 15:19:20 +0000
(15:19 +0000)
lib/xmalloc.c
patch
|
blob
|
history
diff --git
a/lib/xmalloc.c
b/lib/xmalloc.c
index e204ae47faef92c18074c361e34e8e64182a04db..d2996a06002bb5e2c0764663fbfe3c64bbfb49b6 100644
(file)
--- a/
lib/xmalloc.c
+++ b/
lib/xmalloc.c
@@
-54,6
+54,13
@@
void *xcalloc (size_t n, size_t s);
void *xrealloc (void *p, size_t n);
#endif
+#ifndef HAVE_DONE_WORKING_MALLOC_CHECK
+you must run the autoconf test for a properly working malloc -- see malloc.m4
+#endif
+
+#ifndef HAVE_DONE_WORKING_REALLOC_CHECK
+you must run the autoconf test for a properly working realloc -- see realloc.m4
+#endif
/* Exit value when the requested amount of memory is not available.
The caller may set it to some other value. */