aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/sys-driver.boot8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index 35681028..01d59905 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -94,13 +94,7 @@ algebraBootstrapDir() ==
++ stdStreamIsTerminal:
++ returns 1 if the standard stream is attached to a terminal;
++ otherwise 0.
-)if %hasFeature KEYWORD::GCL
-import stdStreamIsTerminal for std__stream__is__terminal: INT -> INT
-)else
-stdStreamIsTerminal fd ==
- 0
-)endif
-
+import stdStreamIsTerminal for std__stream__is__terminal: int -> int
++ Load list of exposed categories, domains, and packages.
++ User-specified list takes precedence over system wide list.