Fixed stack hygiene bug.
authorTim Vaughan <tgvaughan@gmail.com>
Thu, 27 Oct 2016 03:46:09 +0000 (16:46 +1300)
committerTim Vaughan <tgvaughan@gmail.com>
Thu, 27 Oct 2016 03:46:09 +0000 (16:46 +1300)
scheme.4th

index 08b4bcd..7c1a316 100644 (file)
@@ -1481,6 +1481,7 @@ include scheme-primitives.4th
         read-console
 
         2dup EOF character-type objeq? if
+            2drop
             bold fg blue ." Moriturus te saluto." reset-term cr
             exit
         then