From ec02c6670d57cbb6814c6a79e133e1e2b41ed0af Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 21 May 2012 08:46:31 +0000 Subject: * 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. --- src/interp/debug.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp/debug.lisp') 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 () -- cgit v1.2.3