fix file not found error: replace load-file with load

This commit is contained in:
Kristin Rutenkolk 2025-02-18 19:05:09 +01:00
parent f9784b33cc
commit f307d1ed51

View file

@ -2170,7 +2170,7 @@
(~'asMap [~'this] ~'this) (~'asMap [~'this] ~'this)
(~'asVec [~'this] (VecWrap. ~'this)))))) (~'asVec [~'this] (VecWrap. ~'this))))))
(load-file "src/clj/coffi/layout.clj") (load "layout")
(defmacro defstruct (defmacro defstruct
"Defines a struct type. all members need to be supplied in pairs of `member-name coffi-type`. "Defines a struct type. all members need to be supplied in pairs of `member-name coffi-type`.