From 2dcbd091a33eb170d2ef4250f2b39a1c7cf1313e Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 23 Feb 1990 12:13:41 +0000 Subject: [PATCH] Added fd-stream and serve-event, flushed machio. --- tools/worldcom.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp index 08ffe7c86..838495b98 100644 --- a/tools/worldcom.lisp +++ b/tools/worldcom.lisp @@ -36,13 +36,13 @@ (comf "ncode:debug") (comf "ncode:trace") (comf "ncode:extensions") +(comf "ncode:fd-stream") (comf "ncode:fdefinition") (comf "ncode:filesys") (comf "ncode:format") (comf "ncode:hash") (comf "ncode:lfloatcon") (comf "ncode:load") -(comf "ncode:machio") (comf "ncode:miscop") (comf "ncode:package") (comf "ncode:rompstrops") @@ -57,6 +57,7 @@ (comf "ncode:save") (comf "ncode:search-list") (comf "ncode:seq") +(comf "ncode:serve-event") (comf "ncode:sharpm") (comf "ncode:sort") (comf "ncode:run-program") -- GitLab