diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2005-03-24 10:21:22 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2005-03-24 10:21:22 +0000 |
commit | 4c908f2c135718f678be297d306dc06e54dbb429 (patch) | |
tree | 7e70074d7455c991aecfa1e39a90138a7bbcd21f /libguile/async.h | |
parent | d193b04b7b90178b928878fae390c43d20c2b1c4 (diff) | |
download | guile-4c908f2c135718f678be297d306dc06e54dbb429.tar.gz |
* async.h (scm_mask_ints): Removed left over reference to
scm_root.
* threads.c: Removed fprintf debug statements.
Diffstat (limited to 'libguile/async.h')
-rw-r--r-- | libguile/async.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/async.h b/libguile/async.h index e6d71520e..791d71b72 100644 --- a/libguile/async.h +++ b/libguile/async.h @@ -3,7 +3,7 @@ #ifndef SCM_ASYNC_H #define SCM_ASYNC_H -/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2004 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2004, 2005 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -28,7 +28,7 @@ -#define scm_mask_ints (scm_root->block_asyncs != 0) +#define scm_mask_ints (SCM_I_CURRENT_THREAD->block_asyncs != 0) |