Skip to content

Commit dc94a5e

Browse files
authored
c_void -> anyopaque (#437)
1 parent abe82f6 commit dc94a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ pub fn isTypeIdent(tree: Ast, token_idx: Ast.TokenIndex) bool {
608608
.{"c_int"}, .{"c_uint"},
609609
.{"c_long"}, .{"c_ulong"},
610610
.{"c_longlong"}, .{"c_ulonglong"},
611-
.{"c_longdouble"}, .{"c_void"},
611+
.{"c_longdouble"}, .{"anyopaque"},
612612
.{"f16"}, .{"f32"},
613613
.{"f64"}, .{"f128"},
614614
.{"bool"}, .{"void"},

0 commit comments

Comments
 (0)