summaryrefslogtreecommitdiff
path: root/lib/xmalloc.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-26 11:13:28 +0000
committerJim Meyering <jim@meyering.net>2001-01-26 11:13:28 +0000
commitdcfda5180125c72e734db4b3a57013c2ee953b0d (patch)
treeb23201f9079a0eb69eca988bb12811334c062f80 /lib/xmalloc.c
parentfad08d3f312be06b9f1f4d42f08773faa0a43567 (diff)
downloadcoreutils-dcfda5180125c72e734db4b3a57013c2ee953b0d.tar.xz
[HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
line in double quotes so that it evokes a better diagnostic. [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
Diffstat (limited to 'lib/xmalloc.c')
-rw-r--r--lib/xmalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index e9cd47bc7..2f103d604 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -47,11 +47,11 @@ void free ();
#endif
#ifndef HAVE_DONE_WORKING_MALLOC_CHECK
-you must run the autoconf test for a properly working malloc -- see malloc.m4
+"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
+"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.