diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-16 17:53:03 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-16 17:53:03 +0000 |
commit | 64a98e2f75407a020ed217227ad0e6e6a3730800 (patch) | |
tree | 2ec0bc4e3433731a7e2d16f4cc741b04307b78ab /src/interp | |
parent | cd820d07248dcce1106cbcd5e18bd4831b570f76 (diff) | |
download | open-axiom-64a98e2f75407a020ed217227ad0e6e6a3730800.tar.gz |
* boot/translator.boot: Switch to new native type translation.
* interp/sys-driver.boot (stdStreamIsTerminal): Simplify.
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/sys-driver.boot | 8 |
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. |