X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxmalloc.c;h=2f103d6049178e6fa69879d91032c08c2bb3dc2c;hb=488cf84c63fbbffa44143d0ebf56e5a6c26d4383;hp=e9cd47bc711f0f876078fc9d9fd74e19303c0a0f;hpb=00d29cc3132a1cd4633bddef316ff44866952057;p=gnulib.git 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.