summaryrefslogtreecommitdiff
path: root/lang/oo2c/patches/patch-ac
blob: fbab652f25a44efdb1456fd66d0c40cb074ccd9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1.1.1 2003/05/02 23:32:45 jtb Exp $

--- lib/src/RT0.c.orig
+++ lib/src/RT0.c
@@ -13,9 +13,9 @@
 #endif
 #define MAX_BACKTRACE_LEVELS 20  /* max number of backtraced procedure calls */
 
-#if defined(HAVE_LIBGC) && defined(HAVE_GC_GC_H)
+#if defined(HAVE_LIBGC) && defined(HAVE_GC_H)
 #  define USE_BOEHM_GC
-#  include <gc/gc.h>
+#  include <gc.h>
 #else
 #  define GC_MALLOC malloc
 #  define GC_MALLOC_ATOMIC malloc