Skip to content

Commit

Permalink
c_void -> anyopaque (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius902 committed Dec 21, 2021
1 parent abe82f6 commit dc94a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis.zig
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ pub fn isTypeIdent(tree: Ast, token_idx: Ast.TokenIndex) bool {
.{"c_int"}, .{"c_uint"},
.{"c_long"}, .{"c_ulong"},
.{"c_longlong"}, .{"c_ulonglong"},
.{"c_longdouble"}, .{"c_void"},
.{"c_longdouble"}, .{"anyopaque"},
.{"f16"}, .{"f32"},
.{"f64"}, .{"f128"},
.{"bool"}, .{"void"},
Expand Down

0 comments on commit dc94a5e

Please sign in to comment.