* async.h (scm_mask_ints): Removed left over reference to
scm_root. * threads.c: Removed fprintf debug statements.
This commit is contained in:
parent
d193b04b7b
commit
4c908f2c13
3 changed files with 10 additions and 10 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue