diff options
Diffstat (limited to 'src/interp/sys-globals.boot')
| -rw-r--r-- | src/interp/sys-globals.boot | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot index a31bf340..6ea1d04a 100644 --- a/src/interp/sys-globals.boot +++ b/src/interp/sys-globals.boot @@ -161,7 +161,7 @@ $instantRecord := MAKE_-HASHTABLE "ID" $InteractiveFrame := [[nil]] ++ -$InteractiveMode := true +$InteractiveMode := false ++ $InteractiveTimingStatsIfTrue := false @@ -333,3 +333,6 @@ $CategoryFrame := '((((Category (modemap (((Category) (Category)) (T *))))_ (Join (modemap (((Category) (Category) (Category)) (T *))_ (((Category) (Category) (List Category)) (T *))))))) + +++ +$spadLibFT := "NRLIB" |
