$NetBSD: patch-aj,v 1.2 2003/07/02 20:39:18 jtb Exp $ --- main.c.orig +++ main.c @@ -239,7 +239,7 @@ * ************************************************************** */ #ifdef HAVE_GC -#include "gc_private.h" +#include int real_main (int argc, char *argv[]); @@ -248,7 +248,7 @@ { int dummy; - GC_stackbottom = (ptr_t)(&dummy); + GC_stackbottom = (char *)(&dummy); return(real_main(argc, argv)); } #endif /* HAVE_GC */