aboutsummaryrefslogtreecommitdiff
path: root/src/boot/includer.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/includer.boot')
-rw-r--r--src/boot/includer.boot5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/boot/includer.boot b/src/boot/includer.boot
index 26a38ba3..f9749df2 100644
--- a/src/boot/includer.boot
+++ b/src/boot/includer.boot
@@ -174,9 +174,8 @@ bRgen s ==
bDelay(function bRgen1,[s])
bRgen1 s ==
- a := shoeReadLine s
- shoePLACEP a => ["nullstream"]
- [a,:bRgen s]
+ a := shoeReadLine s => [a,:bRgen s]
+ ["nullstream"]
bIgen n ==
bDelay(function bIgen1,[n])