Skip to content
Snippets Groups Projects
Commit 36bc47f7 authored by ram's avatar ram
Browse files

Deleted calls to load, because we're smashing together the fasl files.

parent c6a154c6
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,9 @@
; authors or by Carnegie-Mellon University.
;
;;;; This file handles the loading of all files composing the OPS interpreter.
;;;; It also performs the necessary initialization.
;;;; This file performs the necessary initialization of the OPS interpreter.
(setf (search-list "ops:") '("/afs/cs/project/clisp/library/ops/"))
(in-package "OPS")
(defun ops-init ()
......@@ -42,11 +39,4 @@
(io-init)
(rhs-init))
(load "ops:ops-util")
(load "ops:ops-backup")
(load "ops:ops-compile")
(load "ops:ops-main")
(load "ops:ops-match")
(load "ops:ops-io")
(load "ops:ops-rhs")
(ops-init)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment