Skip to content

Commit 8d42137

Browse files
committed
fix(libs.c): fix type in macro
1 parent a1ef460 commit 8d42137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/libs/libs/c.yaka

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ macros! {
33
(list (yk_create_token YK_TOKEN_NAME "inlinec")
44
(ykt_paren_open)
55
(ykt_string (+ "Const[Ptr[Const[" yk_import_ref ".Char]]]")) (ykt_comma)
6-
(ykt_stringv (repr elem::value)) (ykt_paren_close)))
6+
(ykt_string (repr elem::value)) (ykt_paren_close)))
77
(defun cstr (elem)
88
(list (yk_create_token YK_TOKEN_NAME "inlinec")
99
(ykt_paren_open)

0 commit comments

Comments
 (0)