blob: 108e59c2e62cd089f8b661c3b39589eb3850144b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ab,v 1.1.1.1 2002/05/04 00:45:34 jtb Exp $
--- /dev/null Thu May 2 17:05:07 2002
+++ System/Platforms/netbsd/header.h Thu May 2 17:07:38 2002
@@ -0,0 +1,14 @@
+#ifndef _HEADER_H_
+#define _HEADER_H_
+
+#ifndef ZONES
+# include <gc.h>
+#endif
+
+#include "../../Common/c_header.h"
+#include "../../Common/runtime.h"
+
+#undef GC_ENABLE_INCREMENTAL
+
+#endif
+
|