From 64a98e2f75407a020ed217227ad0e6e6a3730800 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 16 Mar 2008 17:53:03 +0000 Subject: * boot/translator.boot: Switch to new native type translation. * interp/sys-driver.boot (stdStreamIsTerminal): Simplify. --- src/interp/sys-driver.boot | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/interp') 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. -- cgit v1.2.3