diff options
Diffstat (limited to 'src/interp/sys-globals.boot')
-rw-r--r-- | src/interp/sys-globals.boot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interp/sys-globals.boot b/src/interp/sys-globals.boot index 77644a6b..4fcc113c 100644 --- a/src/interp/sys-globals.boot +++ b/src/interp/sys-globals.boot @@ -407,6 +407,7 @@ _/WSNAME := "NOBOOT" _/EDITFILE := nil ++ +LINE := nil CHR := nil TOK := nil @@ -418,3 +419,6 @@ _*ANCESTORS_-HASH_* := nil ++ _*BUILD_-VERSION_* := nil _*YEARWEEK_* := nil + +++ +_/TRACENAMES := nil |