Update of /var/lib/cvs/src/d2c/compiler/convert
In directory cantor:/tmp/cvs-serv15022/convert
Modified Files:
Tag: GD_2_5
defclass.dylan
Log Message:
Workarounds to make the branch build again.
Index: defclass.dylan
===================================================================
RCS file: /var/lib/cvs/src/d2c/compiler/convert/defclass.dylan,v
retrieving revision 1.46.2.6
retrieving revision 1.46.2.7
diff -u -d -r1.46.2.6 -r1.46.2.7
--- defclass.dylan 5 Feb 2004 11:16:55 -0000 1.46.2.6
+++ defclass.dylan 12 Feb 2004 01:49:53 -0000 1.46.2.7
@@ -4176,7 +4176,7 @@
//
define method dump-od (tlf :: <define-class-tlf>, state :: <dump-state>) => ();
let defn = tlf.tlf-defn;
- dump-simple-object(#"define-binding-tlf", state, defn);
+ dump-simple-object(#"define-binding-tlf", state, defn, #f);
for (slot in defn.class-defn-slots)
unless (slot.slot-defn-allocation == #"virtual")
let sealed? = slot.slot-defn-sealed?;
_______________________________________________
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
http://www.gwydiondylan.org/mailman/listinfo/gd-chatter
|
|