From c5fc6a27f0453c9715f16ae8c17bcc8715315106 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 25 May 1992 21:17:11 +0000 Subject: [PATCH] Don't stick the lisp-implementation version on the compiler version. --- tools/worldload.lisp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/worldload.lisp b/tools/worldload.lisp index 02408a6d4..4bc8358d9 100644 --- a/tools/worldload.lisp +++ b/tools/worldload.lisp @@ -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.46 1992/05/22 19:12:15 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.47 1992/05/25 21:17:11 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -98,9 +98,6 @@ #-no-compiler (progn (load "c:loadcom.lisp") - (set 'compiler-version - (concatenate 'string compiler-version - "(" *lisp-implementation-version* ")")) (setq *info-environment* (list* (make-info-environment) (compact-info-environment (first *info-environment*) -- GitLab