diff src/alloc.c @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 5a88923fcbfe
children 929b76928fce
line wrap: on
line diff
--- a/src/alloc.c	Mon Aug 13 09:45:48 2007 +0200
+++ b/src/alloc.c	Mon Aug 13 09:46:53 2007 +0200
@@ -2629,7 +2629,7 @@
       message ("\n****\tPure Lisp storage exhausted!\n"
 "\tPurespace usage: %ld of %ld\n"
  "****",
-               PURESIZE+pure_lossage, PURESIZE);
+               PURESIZE+pure_lossage, (long) PURESIZE);
       if (die_if_pure_storage_exceeded) {
 	PURESIZE_h(PURESIZE + pure_lossage);
 	rc = -1;