pkgsrc/lang/gwydion-dylan/patches/patch-ae
2007-11-05 07:14:51 +00:00

22 lines
897 B
Text

$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;