1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

scheme: fix syntax error in 5e5d489

This commit is contained in:
Nicolas Boulenguez 2019-06-15 18:10:18 +02:00
parent 28b63c0ca6
commit 41a6f77a9b

View File

@ -275,7 +275,7 @@
((func? x)
(let ((func (make-func (func-ast x) (func-params x)
(func-env x) (func-fn x))))
(func-macro?-set! #f)
(func-macro?-set! func #f)
(func-meta-set! func meta)
func))
(else