From: Matt Birkholz Date: Fri, 22 Jun 2018 10:21:04 +0000 (-0700) Subject: Deprecate without-interrupts. X-Git-Tag: mit-scheme-pucked-9.2.15~10^2~9 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=14f930964570744998a819d9a59fd76c1eaefced;p=mit-scheme.git Deprecate without-interrupts. --- 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