fix file not found error: replace load-file with load
This commit is contained in:
parent
f9784b33cc
commit
f307d1ed51
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue