From 6e4b78207b4d4b22e4e5855e3429d11effa8287f Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 10 Jul 2015 13:31:15 -0700 Subject: [PATCH] Import without-preemption into runtime/ffi.scm. --- src/runtime/runtime.pkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index 3c4b9d12b..00e1024a9 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -3367,6 +3367,8 @@ USA. install-shim install-load-option install-html) + (import (runtime thread) + without-preemption) (initialization (initialize-package!))) (define-package (runtime program-copier) -- 2.25.1