diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-05 16:26:04 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-05 16:26:04 +0000 |
commit | 3410911228671da46f91d840be5a7c30ddad1ee4 (patch) | |
tree | 004897b3644ce57e0712bf483141f07ecf9cf6d8 /src/interp/nocompil.lisp.pamphlet | |
parent | 120ebd220126c88eabba95ba636a84a4c4886a68 (diff) | |
download | open-axiom-3410911228671da46f91d840be5a7c30ddad1ee4.tar.gz |
* Makefile.pamphlet (depsys_lisp_macro_sources): Remove
bootfuns.lisp from the list.
(OBJS): Likewise.
(AXIOMsys_noncompiled_lisp_sources): Likewise.
(${DEPSYS}): Don't depend on bootfuns. Don't load it.
(bootfuns.$(FASLEXT)): Remove.
* Makefile.in: Regenerate.
* setq.lisp.pamphlet: Move to sys-globals.boot.
* bootfuns.lisp.pamphlet: Remove.
Diffstat (limited to 'src/interp/nocompil.lisp.pamphlet')
-rw-r--r-- | src/interp/nocompil.lisp.pamphlet | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/interp/nocompil.lisp.pamphlet b/src/interp/nocompil.lisp.pamphlet index a3a3c980..6e7b6bf1 100644 --- a/src/interp/nocompil.lisp.pamphlet +++ b/src/interp/nocompil.lisp.pamphlet @@ -69,6 +69,7 @@ with this hack and will try to convince the GCL crowd to fix this. <<gcl-cmpnote>> +(import-module "boot-pkg") (in-package "BOOT") (defun protected-symbol-warn (&rest arg)) @@ -89,13 +90,6 @@ with this hack and will try to convince the GCL crowd to fix this. #+:ccl (format t "protected-symbol-warn called with ~A~%" arg)) -;; NOTE: JoinInner is defined in CATEGORY BOOT -;; following code needs to run interpreted to overcome arglist length limits -(defun |Join| (&rest L) - (|JoinInner| L (if (OR (not (boundp '|$e|)) (NULL |$e|) |$InteractiveMode|) - |$CategoryFrame| - |$e|))) - @ \eject \begin{thebibliography}{99} |