From: Stefan Monnier Date: Mon, 25 Mar 2002 22:38:55 +0000 (+0000) Subject: (check_pure_size): Update the comment. X-Git-Tag: ttn-vms-21-2-B4~15977 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=852f8cdc7e7a4a715c79ddafcefde803649d6e40;p=emacs.git (check_pure_size): Update the comment. --- diff --git a/src/alloc.c b/src/alloc.c index a6aacd704be..067dd7b753e 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -3837,7 +3837,7 @@ pure_alloc (size, type) } -/* Signal an error if PURESIZE is too small. */ +/* Print a warning if PURESIZE is too small. */ void check_pure_size ()