Skip to content
Snippets Groups Projects
Commit 2e623a39 authored by wlott's avatar wlott
Browse files

Added a load of syscall because we need to re-run some of the exports.

This is bogus.
parent a76bbcf6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.30 1991/07/11 14:58:15 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.31 1991/07/16 12:01:50 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -85,6 +85,8 @@
(load "code:run-program")
(load "code:query")
(load "code:loop")
(load "code:syscall") ; syscall gets cold-loaded, but we need to re-run some
; of the exports.
(load "code:internet")
(load "code:wire")
(load "code:remote")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment