Commit c8ae1128 authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller Committed by Evan W. Patton

Reference #!null directly instead

Reference #!null directly in the while macro instead of via
the *the-null-value* which apparently isn’t always bound.

Change-Id: I2e178f4c6a0317d4014d115912c16b9689bf1dd5
parent 57533951
......@@ -814,7 +814,7 @@
(if ,condition
(begin (begin ,body . ,rest)
(*yail-loop*))
*the-null-value*)))))
#!null)))))
(call-with-current-continuation cont)))
;; Below are hygienic versions of the forrange, foreach and while
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment