Skip to content

Commit

Permalink
quick fix for #32
Browse files Browse the repository at this point in the history
  • Loading branch information
defaultxr committed Jun 10, 2022
1 parent 6138c0a commit db5630a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backends/supercollider.lisp
Expand Up @@ -120,7 +120,8 @@
(lambda-list (getf val :lambda-list))
(body (getf val :body)))
`(define-cl-collider-pseugen ,function ,lambda-list
,@body)))
(block ,function
,@body))))

;; convert all of the functions in `*conversions*'
#.(loop :for function :in (keys *conversions*)
Expand Down

0 comments on commit db5630a

Please sign in to comment.