diff options
Diffstat (limited to 'src/boot/includer.boot')
-rw-r--r-- | src/boot/includer.boot | 5 |
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]) |