From 6a5b186d2b53cf2c3e3a7ed5c238d26367a9df96 Mon Sep 17 00:00:00 2001 From: gareuselesinge Date: Fri, 30 Aug 2013 12:20:10 +0000 Subject: recdef: restore old semantics (pre STM) The Stm commit switched from an home made handling of failures to a with_state_protection. This was wrong, since in case of success the global state has to be left altered. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16746 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/states.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/states.ml') diff --git a/library/states.ml b/library/states.ml index a06e7ce80..ea4e7d43c 100644 --- a/library/states.ml +++ b/library/states.ml @@ -39,4 +39,4 @@ let with_state_protection f x = with reraise -> (unfreeze st; raise reraise) - +let with_state_protection_on_exception = Future.transactify -- cgit v1.2.3