Skip to content

Commit

Permalink
yunife: Workaround for miniread cannot read this correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
okuoku committed Feb 28, 2023
1 parent aabef2b commit e731e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yunife/core-transformers.sls
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(args (yuni/gensym 'args))
(a (yuni/gensym 'output)))
`(define-macro (,name . ,args)
(let ((,a (,tran (cons ',name ,args)
(let ((,a (,tran (cons (quote ,name) ,args)
yuni/gensym
(yuni/make-synrule-baselib) yuni/synrule-compare)))
;(display (list 'OUT: ,a))
Expand Down

0 comments on commit e731e8b

Please sign in to comment.