From a0180212c34e46a34ea47151efdc9d4429b04092 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 14 Jan 2012 15:41:32 +0000 Subject: * interp/word.boot: Add import and scope statements. Include in final executables. (infix?): Remove as duplicate in match.boot. (prefix?): Likewise. (suffix?): Likewise. * interp/g-error.boot (returnToTopLevel): Tidy. * interp/debug.lisp (/D-2): Use spadThrow in lieu of UNWIND. * interp/patches.lisp (CATCHALL): Remove. (DBRINIT): Likewise. (TOPLEVEL): Likewise. (TOP-LEVEL): Likewise. (UNWIND): Likewise. (RESUME): Likewise. (booFind): Likewise. --- src/interp/i-output.boot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/interp/i-output.boot') diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot index ccd535b7..497e9ae1 100644 --- a/src/interp/i-output.boot +++ b/src/interp/i-output.boot @@ -1214,6 +1214,9 @@ widthSC u == 10000 --% The over-large matrix package +$demoFlag := false + + maprinSpecial(x,$MARGIN,$LINELENGTH) == maprin0 x -- above line changed JHD 13/2/93 since it used to call maPrin -- cgit v1.2.3