*** ./finalize.c.orig	Thu Aug 26 20:35:55 2004
--- ./finalize.c	Sat Dec 10 09:46:22 2005
***************
*** 803,809 ****
      return count;
  }
  
! void (* GC_finalizer_notifier)() = (void (*) GC_PROTO((void)))0;
  
  static GC_word last_finalizer_notification = 0;
  
--- 803,809 ----
      return count;
  }
  
! void (* GC_finalizer_notifier) GC_PROTO((void)) = (void (*) GC_PROTO((void)))0;
  
  static GC_word last_finalizer_notification = 0;
  
