diff options
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) |