Author: Armin Rigo <[email protected]>
Branch:
Changeset: r1290:4b4a86384381
Date: 2014-08-09 18:24 +0200
http://bitbucket.org/pypy/stmgc/changeset/4b4a86384381/
Log: Fix for duhton
diff --git a/duhton/object.c b/duhton/object.c
--- a/duhton/object.c
+++ b/duhton/object.c
@@ -34,8 +34,19 @@
if (trace)
trace((struct DuObject_s *)obj, visit);
}
+void stmcb_get_card_base_itemsize(struct object_s *obj,
+ uintptr_t offset_itemsize[2])
+{
+ abort();
+}
+void stmcb_trace_cards(struct object_s *obj, void visit(object_t **),
+ uintptr_t start, uintptr_t stop)
+{
+ abort();
+}
+void stmcb_commit_soon(void) { }
-void stmcb_commit_soon(void) { }
+
DuObject *DuObject_New(DuType *tp)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit