Author: Remi Meier
Branch:
Changeset: r935:e50b3c39ad9e
Date: 2014-03-03 11:11 +0100
http://bitbucket.org/pypy/stmgc/changeset/e50b3c39ad9e/
Log: fix _release of demo_random
diff --git a/c7/demo/demo_random.c b/c7/demo/demo_random.c
--- a/c7/demo/demo_random.c
+++ b/c7/demo/demo_random.c
@@ -186,7 +186,7 @@
/* and the same value at the end: */
nodeptr_t TLPREFIX *last_next = (nodeptr_t TLPREFIX *)((stm_char*)n +
n->my_size - sizeof(void*));
- assert(n->next == *last_next);
+ OPT_ASSERT(n->next == *last_next);
return n->next;
}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit