Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r1204:2504945a518f
Date: 2014-05-08 15:15 +0200
http://bitbucket.org/pypy/stmgc/changeset/2504945a518f/

Log:    Fix duhton

diff --git a/duhton/object.c b/duhton/object.c
--- a/duhton/object.c
+++ b/duhton/object.c
@@ -35,6 +35,8 @@
         trace((struct DuObject_s *)obj, visit);
 }
 
+void stmcb_commit_soon(void) { }
+
 
 DuObject *DuObject_New(DuType *tp)
 {
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to