diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-01 15:44:55 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-01 15:44:55 +0000 |
commit | d25ed262488778447a0364f45096b3b46a9912e0 (patch) | |
tree | 63eab68870f912ad0d8b495a96c73c894a1690b2 /src/interp/compat.boot.pamphlet | |
parent | b8edf207247b2f174eefd6d9edd18b4a73876303 (diff) | |
download | open-axiom-d25ed262488778447a0364f45096b3b46a9912e0.tar.gz |
* Makefile.pamphlet (compat.$(FASLEXT)): New rule.
(pathname.$(FASLEXT)): Likewise.
(<<compat.clisp>>): Remove.
(<<define.clisp>>): Likewise.
* compat.boot.pamphlet: Push into package "BOOT".
* pathname.boot: Import "nlib".
Diffstat (limited to 'src/interp/compat.boot.pamphlet')
-rw-r--r-- | src/interp/compat.boot.pamphlet | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/compat.boot.pamphlet b/src/interp/compat.boot.pamphlet index 26e11810..2db27b0a 100644 --- a/src/interp/compat.boot.pamphlet +++ b/src/interp/compat.boot.pamphlet @@ -58,6 +58,9 @@ READLINE(:s) == <<*>>= <<license>> +import '"pathname" +)package "BOOT" + -- some functions that may need to be changed on different lisp -- systems. |