diff src/gc.c @ 5054:24372c7e0e8f

fix build problem with pdump -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-21 Ben Wing <ben@xemacs.org> * gc.c (kkcc_marking): Fix compile error. * mc-alloc.c: #if 0 out some unused functions.
author Ben Wing <ben@xemacs.org>
date Sun, 21 Feb 2010 20:58:45 -0600
parents d4f666cda5e6
children a9c41067dd88
line wrap: on
line diff
--- a/src/gc.c	Sun Feb 21 03:06:43 2010 -0600
+++ b/src/gc.c	Sun Feb 21 20:58:45 2010 -0600
@@ -1022,7 +1022,7 @@
    on the kkcc_gc_stack. This function processes all elements on the stack
    according to their descriptions. */
 static void
-kkcc_marking (USED_IF_NEW_GC (cnt))
+kkcc_marking (int USED_IF_NEW_GC (cnt))
 {
   kkcc_gc_stack_entry *stack_entry = 0;
   void *data = 0;