Skip to content

Commit 90e6b44

Browse files
undoing dumb change to accessors that breaks everything (now working)
1 parent 258291d commit 90e6b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: accessors.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"-"
1313
(symbol-name slot-name)))
1414
append (list `(defmacro ,accessor-name (,_ptr)
15-
(list 'foreign-slot-value ,_ptr '(:struct ,(intern (string c-struct) :libuv)) ',slot-name))
15+
(list 'foreign-slot-value ,_ptr ''(:struct ,(intern (string c-struct) :libuv)) '',slot-name))
1616
`(import ',slot-name :libuv)
1717
`(export ',slot-name :libuv)
1818
`(export ',accessor-name :libuv.accessors)))))))

0 commit comments

Comments
 (0)