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