diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-10 22:09:28 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-10 22:09:28 +0000 |
commit | ef3f39b528532d50813b8754c8ca6ff3fce4f710 (patch) | |
tree | 33ab580b4d422f3ad5f6c0511ec141b68baf4831 /src/interp/Makefile.pamphlet | |
parent | 4c3b04a147779490fe4d0550eed178a8e5abda4c (diff) | |
download | open-axiom-ef3f39b528532d50813b8754c8ca6ff3fce4f710.tar.gz |
* i-output.boot.pamphlet ($defaultSpecialCharacters): Define as
constant.
($plainSpecialCharacters0): Likewise.
($plainSpecialCharacters1): Likewise.
($plainSpecialCharacters2): Likewise.
($plainSpecialCharacters3): Likewise.
($plainRTspecialCharacters): Likewise.
($RTspecialCharacters): Likewise.
($specialCharacterAlist): Likewise.
(makeCharacter): Define as macro.
(leftBindingPowerOf): Move from macros.lisp.pamphlet. Define as
Boot code.
(rightBindingPowerOf): Likewise.
* patches.lisp.pamphlet (|$specialCharacters|): Don't set here.
* Makefile.pamphlet (<<i-output.clisp>>): Remove.
* Makefile.in: Regenerate.
* macros.lisp.pamphlet (ELEMN): Move to g-util.boot.pamphlet.
(|leftBindingPowerOf|): Move to i-output.boot.pamphlet.
(|rightBindingPowerOf|): Likewise.
Diffstat (limited to 'src/interp/Makefile.pamphlet')
-rw-r--r-- | src/interp/Makefile.pamphlet | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index 583bb05d..165922ab 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -1520,14 +1520,6 @@ i-map.clisp: i-map.boot @ echo '(progn (old-boot::boot "i-map.boot"))' | ${DEPSYS} @ -\subsection{i-output.boot} - -<<i-output.clisp>>= -i-output.clisp: i-output.boot - @ echo 307 making $@ from $< - @ echo '(progn (old-boot::boot "i-output.boot"))' | ${DEPSYS} -@ - \subsection{i-resolv.boot} <<i-resolv.clisp>>= @@ -2109,8 +2101,6 @@ $(AUTO)/%.$(FASLEXT): %.$(FASLEXT) <<info.clisp>> -<<i-output.clisp>> - <<i-resolv.clisp>> <<i-spec1.clisp>> |