Skip to content

Commit

Permalink
fix(libs.c): fix type in macro
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Feb 16, 2024
1 parent a1ef460 commit 8d42137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/libs/libs/c.yaka
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ macros! {
(list (yk_create_token YK_TOKEN_NAME "inlinec")
(ykt_paren_open)
(ykt_string (+ "Const[Ptr[Const[" yk_import_ref ".Char]]]")) (ykt_comma)
(ykt_stringv (repr elem::value)) (ykt_paren_close)))
(ykt_string (repr elem::value)) (ykt_paren_close)))
(defun cstr (elem)
(list (yk_create_token YK_TOKEN_NAME "inlinec")
(ykt_paren_open)
Expand Down

0 comments on commit 8d42137

Please sign in to comment.