diff src/alloc.c @ 5172:be6e5ea38dda

merge
author Ben Wing <ben@xemacs.org>
date Mon, 29 Mar 2010 00:11:03 -0500
parents 5ddbab03b0e6 57f4dcb14ad5
children 14fda1dbdb26
line wrap: on
line diff
--- a/src/alloc.c	Mon Mar 29 00:00:06 2010 -0500
+++ b/src/alloc.c	Mon Mar 29 00:11:03 2010 -0500
@@ -3810,7 +3810,7 @@
 		    enum lrecord_alloc_status status)
 {
   int type_index = h->type;
-  Bytecount obj = wrap_pointer_1 (h);
+  Lisp_Object obj = wrap_pointer_1 (h);
   Bytecount sz = lisp_object_size (obj);
   Bytecount sz_with_overhead = lisp_object_storage_size (obj, NULL);
   Bytecount overhead = sz_with_overhead - sz;