From 36bc47f78166194d304e3d377d09ef0ccd362bbe Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 31 May 1992 02:22:11 +0000 Subject: [PATCH] Deleted calls to load, because we're smashing together the fasl files. --- contrib/ops/ops.lisp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/contrib/ops/ops.lisp b/contrib/ops/ops.lisp index ccf1a3d07..d4ed92997 100644 --- a/contrib/ops/ops.lisp +++ b/contrib/ops/ops.lisp @@ -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) -- GitLab