aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-25 02:29:19 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-25 02:29:19 +0000
commit20ce2990a91a76c43ef0d255baf7a773291d6779 (patch)
treeeea46c5e757916d7551646fdc964114052b8cb7a /src/interp/debug.lisp
parent24b9bd5e93048c335fa21ff5a17dc33d4a6a57ae (diff)
downloadopen-axiom-20ce2990a91a76c43ef0d255baf7a773291d6779.tar.gz
* interp/sys-globals.boot ($compCount): Remove.
* interp/spad.lisp (knownEqualPred): Move to buildom.boot (hashable): Likewise. Remove junk. * interp/debug.lisp: Remove junk. * interp/vmlisp.lisp: Likewise.
Diffstat (limited to 'src/interp/debug.lisp')
-rw-r--r--src/interp/debug.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interp/debug.lisp b/src/interp/debug.lisp
index 917c91ff..18b3d2f6 100644
--- a/src/interp/debug.lisp
+++ b/src/interp/debug.lisp
@@ -62,13 +62,6 @@
(MAKEPROP 'INPUT '/TERMCHR '(#\: #\< #\ #\())
(MAKEPROP 'SPAD '/TERMCHR '(#\: #\< #\ #\())
(MAKEPROP 'BOOT '/TERMCHR '(#\: #\< #\ #\())
-(MAKEPROP 'META '/READFUN 'META\,RULE)
-(MAKEPROP 'INPUT '/READFUN '|New,LEXPR,Interactive|)
-(MAKEPROP 'INPUT '/TRAN '/TRANSPAD)
-(MAKEPROP 'BOOT '/READFUN '|New,LEXPR1|)
-(MAKEPROP 'BOOT '/TRAN '/TRANSNBOOT)
-(MAKEPROP 'SPAD '/READFUN '|New,LEXPR|)
-(MAKEPROP 'SPAD '/TRAN '/TRANSPAD)
(defmacro |/C,LIB| (&rest L &aux optionlist /editfile
($prettyprint 't) ($reportCompilation 't))