Minor fixes
This commit is contained in:
@@ -170,7 +170,7 @@ pub fn isCompatible(comptime ZigType: type, c_type: Type) bool {
|
||||
.unsigned_long => zig_int.signedness == .unsigned and zig_int.bits == 64,
|
||||
.unsigned_long_long => zig_int.signedness == .unsigned and zig_int.bits == 64,
|
||||
|
||||
.char => zig_int.bits = 8,
|
||||
.char => zig_int.bits == 8,
|
||||
|
||||
else => false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user