From: Jim Meyering Date: Fri, 26 Jan 2001 11:13:28 +0000 (+0000) Subject: [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526408f4092a12c2ecfe2800ec93a62475e02b47;p=pspp [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. --- diff --git a/lib/xmalloc.c b/lib/xmalloc.c index e9cd47bc71..2f103d6049 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.