Author: Armin Rigo <[email protected]>
Branch: stm-thread
Changeset: r54960:f34e46308036
Date: 2012-05-08 17:39 +0200
http://bitbucket.org/pypy/pypy/changeset/f34e46308036/

Log:    Missing line.

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
@@ -31,6 +31,7 @@
 long stm_is_inevitable(void);
 void stm_add_atomic(long);
 long stm_get_atomic(void);
+long stm_should_break_transaction(void);
 
 void stm_perform_transaction(long(*)(void*, long), void*, void*);
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to