Author: Armin Rigo <[email protected]>
Branch: marker
Changeset: r1173:a4c30401045f
Date: 2014-04-20 10:09 +0200
http://bitbucket.org/pypy/stmgc/changeset/a4c30401045f/
Log: Fix
diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c
--- a/c7/demo/demo2.c
+++ b/c7/demo/demo2.c
@@ -44,7 +44,7 @@
visit((object_t **)&n->next);
}
-static void expand_marker(uintptr_t odd_number,
+static void expand_marker(char *base, uintptr_t odd_number,
object_t *following_object,
char *outputbuf, size_t outputbufsize)
{
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit