Eliminate unused ENABLE-INTERRUPTS! and define GET-INTERRUPT-ENABLES.
authorChris Hanson <org/chris-hanson/cph>
Fri, 1 Oct 2004 01:53:10 +0000 (01:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 1 Oct 2004 01:53:10 +0000 (01:53 +0000)
v7/src/runtime/global.scm
v7/src/runtime/runtime.pkg

index 07ff27b17e53dda1345717dc1af9d67b0a456c5f..73a454ea57c2b8105fd4360bb86ebf69ac8ed661 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: global.scm,v 14.64 2004/07/04 05:37:25 cph Exp $
+$Id: global.scm,v 14.65 2004/10/01 01:52:52 cph Exp $
 
 Copyright 1988,1989,1991,1992,1993,1995 Massachusetts Institute of Technology
 Copyright 1998,2000,2001,2003,2004 Massachusetts Institute of Technology
@@ -33,7 +33,7 @@ USA.
 
 (define-primitives
   error-procedure
-  set-interrupt-enables! enable-interrupts! with-interrupt-mask
+  get-interrupt-enables set-interrupt-enables! with-interrupt-mask
   get-fixed-objects-vector with-history-disabled
   (primitive-procedure-arity 1)
   (primitive-procedure-documentation 1)
index 6937daaadcf6479496d72a902ef612b8d6ec737e..10a30f56917877652591ff40f928646b951c37f7 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.492 2004/09/14 20:01:36 cph Exp $
+$Id: runtime.pkg,v 14.493 2004/10/01 01:53:10 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology
@@ -281,7 +281,6 @@ USA.
          cell?
          default/exit
          default/quit
-         enable-interrupts!
          environment-link-name
          eq?
          error-procedure
@@ -290,6 +289,7 @@ USA.
          false-procedure
          fasdump
          get-fixed-objects-vector
+         get-interrupt-enables
          hook/exit
          hook/quit
          hook/scode-eval