From 14f930964570744998a819d9a59fd76c1eaefced Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 22 Jun 2018 03:21:04 -0700 Subject: [PATCH] Deprecate without-interrupts. --- src/runtime/runtime.pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index 2e4fb11d0..6ebfe61e1 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -137,7 +137,8 @@ USA. (export () deprecated:boot-definitions (define-unparser-method define-print-method) (simple-unparser-method standard-print-method) - (standard-unparser-method bracketed-print-method)) + (standard-unparser-method bracketed-print-method) + without-interrupts) (export () %false->weak-false %make-record @@ -202,8 +203,7 @@ USA. weak-set-car! weak-set-cdr! with-absolutely-no-interrupts - with-limited-interrupts - without-interrupts) + with-limited-interrupts) (export (runtime) %add-to-weak-set %make-weak-set -- 2.25.1