summaryrefslogtreecommitdiff
path: root/lang/gwydion-dylan/patches/patch-ae
blob: 0ca602d6eb775a377c631af22844127c64947195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ae,v 1.1 2007/11/05 07:14:51 rillig Exp $

GC_quiet has been removed in boehm-gc-6.9.

--- d2c/runtime/garbage-collection/garbage-collection.dylan.orig	2003-04-09 01:22:30.000000000 +0200
+++ d2c/runtime/garbage-collection/garbage-collection.dylan	2007-11-05 06:55:25.000000000 +0100
@@ -57,15 +57,6 @@ define sealed method GC-all-interior-poi
   value;
 end method GC-all-interior-pointers-setter;
 
-define sealed method GC-quiet () => (result :: <integer>);
-  as(<integer>, c-variable-ref(int: "&GC_quiet"));
-end method GC-quiet;
-
-define sealed method GC-quiet-setter (value :: <integer>) => (result :: <integer>);
-  c-variable-ref(int: "&GC_quiet") := value;
-  value;
-end method GC-quiet-setter;
-
 define sealed method GC-finalize-on-demand () => (result :: <integer>);
   as(<integer>, c-variable-ref(int: "&GC_finalize_on_demand"));
 end method GC-finalize-on-demand;