Add %QUIT to guarantee access to basic QUIT mechanism.
authorChris Hanson <org/chris-hanson/cph>
Mon, 14 Sep 1992 23:11:54 +0000 (23:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 14 Sep 1992 23:11:54 +0000 (23:11 +0000)
v7/src/runtime/global.scm
v8/src/runtime/global.scm

index c1c424bd1f0c774cd93442a95eb200a344c2d645..814a7fb4e01c59ab7b6584f65ebf38e2b894056d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: global.scm,v 14.41 1992/09/14 23:08:42 cph Exp $
+$Id: global.scm,v 14.42 1992/09/14 23:11:54 cph Exp $
 
 Copyright (c) 1988-92 Massachusetts Institute of Technology
 
@@ -210,10 +210,11 @@ MIT in each case. |#
 (define (quit)
   (hook/quit))
 
-(define (default/quit)
+(define (%quit)
   (with-absolutely-no-interrupts (ucode-primitive halt))
   unspecific)
 
+(define default/quit %quit)
 (define hook/quit default/quit)
 
 (define syntaxer/default-environment
index c1c424bd1f0c774cd93442a95eb200a344c2d645..814a7fb4e01c59ab7b6584f65ebf38e2b894056d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: global.scm,v 14.41 1992/09/14 23:08:42 cph Exp $
+$Id: global.scm,v 14.42 1992/09/14 23:11:54 cph Exp $
 
 Copyright (c) 1988-92 Massachusetts Institute of Technology
 
@@ -210,10 +210,11 @@ MIT in each case. |#
 (define (quit)
   (hook/quit))
 
-(define (default/quit)
+(define (%quit)
   (with-absolutely-no-interrupts (ucode-primitive halt))
   unspecific)
 
+(define default/quit %quit)
 (define hook/quit default/quit)
 
 (define syntaxer/default-environment