Reverted changed from 2005/01/24 19:14:54, which was a commit to the
[bpt/guile.git] / libguile / __scm.h
index 8fbd43c..6ab774c 100644 (file)
@@ -508,9 +508,9 @@ do { \
    (private or global, with unwind where necessary), and remove the
    remaining DEFER/ALLOWs.  */
 
-#define SCM_DEFER_INTS do { } while (0);
+#define SCM_DEFER_INTS scm_rec_mutex_lock (&scm_i_defer_mutex);
 
-#define SCM_ALLOW_INTS do { } while (0);
+#define SCM_ALLOW_INTS scm_rec_mutex_unlock (&scm_i_defer_mutex);
 
 #define SCM_REDEFER_INTS SCM_DEFER_INTS