aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cstream.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/cstream.boot')
-rw-r--r--src/interp/cstream.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/cstream.boot b/src/interp/cstream.boot
index c0913788..ead84d1b 100644
--- a/src/interp/cstream.boot
+++ b/src/interp/cstream.boot
@@ -58,7 +58,7 @@ incRgen1(:z)==
[s]:=z
a:=shoeread_-line s
if null a
- then (CLOSE s;StreamNil)
+ then (closeFile s;StreamNil)
else [a,:incRgen s]