From 3d2601972bcc0cb08da6190d771dcb75544bfe5d Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 7 Jul 2008 15:09:34 +0000 Subject: * boot/initial-env.lisp: Export $InteractiveMode and string2BootTree. * boot/translator.boot (BOOTTOCL): Tidy. (BOOTTOCLC): Likewise. (BOOTTOCLLINES): Likewise. (BOOTTOCLCLINES): Likewise. (string2BootTree): Define. (translateToplevelExpression): Tidy. (translateToplevel): Handle atoms. Tidy. (shoePCompileTrees): Don't use bStreamPackageNull. * interp/boot-pkg.lisp: Import $interactiveMode and string2BootTree. * interp/util.lisp (string2BootTree): Remove. (OLD-BOOT::BOOT): Likewise. * interp/bootlex.lisp (boot): Likewise. (boot-parse-1): Likewise. * interp/compiler.boot (compileNot): Fix thinko. * interp/sys-globals.boot ($InteractiveMode): Don't define here. --- src/interp/sys-globals.boot | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/interp/sys-globals.boot') diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot index 458ea603..67499dec 100644 --- a/src/interp/sys-globals.boot +++ b/src/interp/sys-globals.boot @@ -159,9 +159,6 @@ $InteractiveFrame := $EmptyEnvironment $e := $EmptyEnvironment $env := [[nil]] -++ -$InteractiveMode := false - ++ $InteractiveTimingStatsIfTrue := false -- cgit v1.2.3