From 1189054f7f23b886407a1be8263f4ab41edaa999 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 14 Sep 2007 19:42:36 +0000 Subject: * vmlisp.lisp.pamphlet: Don't define package VMLISP. Remove export declarations. Import "boot-pkg". * sys-macros.lisp (EQUABLE): Remove definition. * sys-constants.boot ($true): Define as twice quoted T. * hash.lisp.pamphlet: Push into package BOOT, VMLISP. * ggreater.lisp: Likewise. * nlib.lisp.pamphlet: Likewise. * obey.lisp: Likewise. * construc.lisp.pamphlet: Remove reference to VMLISP package. * daase.lisp.pamphlet: Likewise. * debug.lisp.pamphlet: Likewise. * util.lisp.pamphlet: Likewise. * cformat.boot: Remove hack for GCL limitation. * scan.boot: Likewise. * incl.boot: Likewise. * parsing.lisp: Likewise. * bootlex.lisp: Remove reference to VMLISP package. * union.lisp: Likewise. * boot-pkg.lisp: Remove hack for GCL limitation. Don't import "vmlisp" anymore. * bookvol5.pamphlet (vmlisp::$current-directory): Remove. * patches.lisp.pamphlet: Likewise. * astr.boot: Import "vmlisp" instead of "boot-pkg". * Makefile.pamphlet (boot-pkg.$(FASLEXT)): Don't depend on vmlisp.$(FASLEXT). (vmlisp.$(FASLEXT)): Depend on boot=pkg.$(FASLEXT). --- src/interp/nlib.lisp.pamphlet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp/nlib.lisp.pamphlet') diff --git a/src/interp/nlib.lisp.pamphlet b/src/interp/nlib.lisp.pamphlet index 2782a6cb..24f86ccd 100644 --- a/src/interp/nlib.lisp.pamphlet +++ b/src/interp/nlib.lisp.pamphlet @@ -79,7 +79,7 @@ but has been changed to read: <<*>>= <> -(in-package "VMLISP") +(in-package "BOOT") #+:AKCL (defvar *lisp-bin-filetype* "o") @@ -511,7 +511,7 @@ but has been changed to read: (system (concat "cp " namestring1 " " namestring2))) -(defvar vmlisp::$filetype-table +(defvar $filetype-table '((BOOT::LISPLIB . |LILIB|) (BOOT::SPADLIB . |slib|) (BOOT::HISTORY . |hist|) -- cgit v1.2.3