aboutsummaryrefslogtreecommitdiff
path: root/src/interp/debug.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-21 08:46:31 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-21 08:46:31 +0000
commitec02c6670d57cbb6814c6a79e133e1e2b41ed0af (patch)
treee9a0ff29216c7efee328f4cf0534e50f7d0da5c3 /src/interp/debug.lisp
parent327b68f0e2086eef9fc755b9ffba76343839e4ee (diff)
downloadopen-axiom-ec02c6670d57cbb6814c6a79e133e1e2b41ed0af.tar.gz
* interp/parsing.lisp: Remove.
* interp/spad-parser.boot (floatExponent): New. (parseFloatExponent): Use it instead of FLOATEXPID. * interp/lexing.boot (nextLinesClear!): New. (ioClear!): Likewise. (OUT-STREAM): Define here. * interp/debug.lisp: Import lexing instead of parsing. Tidy. * interp/preparse.lisp: Likewise. * interp/spad.lisp: Likewise. * interp/util.lisp: Likewise. * interp/Makefile.in (OBJS): Do not include parsing.$(FASLEXT). (parsing.$(FASLEXT)): Remove. Adjust dependents.
Diffstat (limited to 'src/interp/debug.lisp')
-rw-r--r--src/interp/debug.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/debug.lisp b/src/interp/debug.lisp
index 746f10c4..c1db2f22 100644
--- a/src/interp/debug.lisp
+++ b/src/interp/debug.lisp
@@ -44,7 +44,7 @@
; PURPOSE: Debugging hooks for Boot code
(import-module "macros")
-(import-module "parsing")
+(import-module "lexing")
(in-package "BOOT")
(defvar S-SPADKEY NIL) ;" this is augmented by MAKESPADOP"
@@ -1139,7 +1139,7 @@ EXAMINE (SETQ RECNO (NOTE |$InputStream|))
(COND ((AND (EQ DEBUGMODE 'YES) (NOT(CONSOLEINPUTP IN-STREAM)))
(SPAD_LONG_ERROR))
((SPAD_SHORT_ERROR)))
- (IOClear)
+ (|ioClear!|)
(throw 'spad_reader nil))
(defun SPAD_LONG_ERROR ()