Author: Armin Rigo <[email protected]> Branch: stm-gc Changeset: r52550:d3e6a5adcace Date: 2012-02-16 16:48 +0100 http://bitbucket.org/pypy/pypy/changeset/d3e6a5adcace/
Log: Forgot to put this here. diff --git a/pypy/translator/stm/src_stm/et.h b/pypy/translator/stm/src_stm/et.h --- a/pypy/translator/stm/src_stm/et.h +++ b/pypy/translator/stm/src_stm/et.h @@ -49,6 +49,8 @@ long stm_in_transaction(void); void _stm_activate_transaction(long); +void stm_copy_transactional_to_raw(void *src, void *dst, long size); + /************************************************************/ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
