[pypy-commit] pypy stmgc-c8: hg merge stmgc-c7

arigo noreply at buildbot.pypy.org
Fri Feb 6 17:32:50 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c8
Changeset: r75740:8e3beb94417a
Date: 2015-02-06 17:32 +0100
http://bitbucket.org/pypy/pypy/changeset/8e3beb94417a/

Log:	hg merge stmgc-c7

diff --git a/rpython/translator/stm/src_stm/extracode.h b/rpython/translator/stm/src_stm/extracode.h
--- a/rpython/translator/stm/src_stm/extracode.h
+++ b/rpython/translator/stm/src_stm/extracode.h
@@ -1,3 +1,5 @@
+#include <string.h>
+
 
 static void _stm_call_finalizer(object_t *obj)
 {


More information about the pypy-commit mailing list