#| -*-Scheme-*-
-$Id: global.scm,v 14.66 2004/10/01 02:14:55 cph Exp $
+$Id: global.scm,v 14.67 2004/10/01 02:16:36 cph Exp $
Copyright 1988,1989,1991,1992,1993,1995 Massachusetts Institute of Technology
Copyright 1998,2000,2001,2003,2004 Massachusetts Institute of Technology
(with-interrupt-mask (fix:and limit-mask (get-interrupt-enables))
procedure))
+(define (limit-interrupts! limit-mask)
+ (set-interrupt-enables! (fix:and limit-mask (get-interrupt-enables))))
+
(define (object-component-binder get-component set-component!)
(lambda (object new-value thunk)
(let ((old-value))
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.494 2004/10/01 02:15:20 cph Exp $
+$Id: runtime.pkg,v 14.495 2004/10/01 02:16:49 cph Exp $
Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology
lexical-unassigned?
lexical-unbound?
lexical-unreferenceable?
+ limit-interrupts!
link-variables
local-assignment
make-cell