From: Matt Birkholz Date: Fri, 22 Jun 2018 10:23:01 +0000 (-0700) Subject: Make FFI a non-optional subsystem. X-Git-Tag: mit-scheme-pucked-9.2.15~10^2~10 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=630674bc970bb922725b17cd896e187cc927e1f1;p=mit-scheme.git Make FFI a non-optional subsystem. --- diff --git a/src/runtime/make.scm b/src/runtime/make.scm index 62e55bed9..e03889bde 100644 --- a/src/runtime/make.scm +++ b/src/runtime/make.scm @@ -560,7 +560,7 @@ USA. (runtime http-syntax) (runtime html-form-codec) (optional (runtime win32-registry)) - (optional (runtime ffi)) + (runtime ffi) (runtime save/restore) (runtime structure-parser) (runtime swank) diff --git a/tests/check.scm b/tests/check.scm index 1e0759a61..27568d848 100644 --- a/tests/check.scm +++ b/tests/check.scm @@ -82,7 +82,7 @@ USA. "runtime/test-thread-queue" "runtime/test-url" ("runtime/test-wttree" (runtime wt-tree)) - ;;"ffi/test-ffi" + "ffi/test-ffi" "sos/test-genmult" ))