[pypy-commit] pypy stmgc-c7: minor stuff

arigo noreply at buildbot.pypy.org
Sun Feb 22 18:59:11 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r76059:4f3da042f52d
Date: 2015-02-22 18:58 +0100
http://bitbucket.org/pypy/pypy/changeset/4f3da042f52d/

Log:	minor stuff

diff --git a/rpython/translator/c/src/dtoa.c b/rpython/translator/c/src/dtoa.c
--- a/rpython/translator/c/src/dtoa.c
+++ b/rpython/translator/c/src/dtoa.c
@@ -3002,7 +3002,7 @@
     _PyPy_SET_53BIT_PRECISION_END;
 #ifdef RPY_STM
     stm_call_on_abort(&stm_thread_local, result,
-                      (void(*)(void *))_PyPy_dg_freedtoa);
+                      (void(*)(void *))__Py_dg_freedtoa);
 #endif
     return result;
 }


More information about the pypy-commit mailing list