aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-04-03 15:20:10 +0000
committerdos-reis <gdr@axiomatics.org>2010-04-03 15:20:10 +0000
commite111b95ab6af7cf4c3defa999b12fa40777c701e (patch)
tree30756da2dd267100d901587b3a67ef45d847c72c /src/interp
parenta7e82885a54b8d91c1978affc3f0e4668876041b (diff)
downloadopen-axiom-e111b95ab6af7cf4c3defa999b12fa40777c701e.tar.gz
* interp/sys-utility.boot ($ClosedIOMode): New.
* algebra/files.spad.pamphlet (closed$IOMode): Likewise.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/sys-utility.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot
index 3fe145a3..31a3a28b 100644
--- a/src/interp/sys-utility.boot
+++ b/src/interp/sys-utility.boot
@@ -273,6 +273,7 @@ PRINT_-AND_-EVAL_-DEFUN(name,body) ==
$InputIOMode == KEYWORD::INPUT
$OutputIOMode == KEYWORD::OUTPUT
$BothWaysIOMode == KEYWORD::IO
+$ClosedIOMode == KEYWORD::CLOSED
++ return a binary stream open for `file' in mode `mode'; nil
++ if something went wrong. This function is used by the Algebra.