summaryrefslogtreecommitdiffstats
path: root/stdlib/hash.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/hash.tl')
-rw-r--r--stdlib/hash.tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/hash.tl b/stdlib/hash.tl
index 82b7c63d..9f5c72ec 100644
--- a/stdlib/hash.tl
+++ b/stdlib/hash.tl
@@ -24,6 +24,7 @@
;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
;; POSSIBILITY OF SUCH DAMAGE.
+
(defmacro with-hash-iter ((name hash-form : key val) . body)
(let ((hash (gensym))
(iter (gensym))