X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0d8f3c8a7ab5a379c80caa26b64152c5a873942d..a05fafb9444b70bdfe9e3af769083ff7d8a39498:/lib/xmalloc.c?ds=inline diff --git a/lib/xmalloc.c b/lib/xmalloc.c index e9cd47bc..2f103d60 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.