From a2753be26d7172c316c524d75f08e2b67452db36 Mon Sep 17 00:00:00 2001 From: Joe Marshall Date: Mon, 23 Nov 2009 18:25:26 -0800 Subject: [PATCH] Ensure input and output are syntaxed early on. --- src/runtime/runtime.sf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/runtime.sf b/src/runtime/runtime.sf index 09d7a8aa2..145228273 100644 --- a/src/runtime/runtime.sf +++ b/src/runtime/runtime.sf @@ -33,6 +33,8 @@ USA. (sf-conditionally "os2winp") (sf-conditionally "port") + (sf-conditionally "input") + (sf-conditionally "output") (sf-directory ".")) ;; Guarantee that the package modeller is loaded. load-option ensures -- 2.25.1