Author: Armin Rigo <ar...@tunes.org>
Branch: stm-gc
Changeset: r52645:77069d76a77c
Date: 2012-02-19 18:26 +0100
http://bitbucket.org/pypy/pypy/changeset/77069d76a77c/

Log:    Add missing declarations.

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
@@ -26,6 +26,8 @@
 short     stm_read_int2(void *, long);
 int       stm_read_int4(void *, long);
 long long stm_read_int8(void *, long);
+double    stm_read_int8f(void *, long);
+float     stm_read_int4f(void *, long);
 
 
 #ifdef RPY_STM_ASSERT
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to