We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ef460 commit 8d42137Copy full SHA for 8d42137
compiler/libs/libs/c.yaka
@@ -3,7 +3,7 @@ macros! {
3
(list (yk_create_token YK_TOKEN_NAME "inlinec")
4
(ykt_paren_open)
5
(ykt_string (+ "Const[Ptr[Const[" yk_import_ref ".Char]]]")) (ykt_comma)
6
- (ykt_stringv (repr elem::value)) (ykt_paren_close)))
+ (ykt_string (repr elem::value)) (ykt_paren_close)))
7
(defun cstr (elem)
8
9
0 commit comments