c bool support and c-integer coercion
This commit is contained in:
@@ -149,6 +149,7 @@ translate_c_type :: proc(
|
||||
switch item.kind {
|
||||
case .Invalid: translated = types.INVALID
|
||||
case .Void: translated = types.VOID
|
||||
case .C_Bool: translated = types.BOOL
|
||||
case .C_Char: translated = types.C_CHAR
|
||||
case .C_Schar: translated = types.C_SCHAR
|
||||
case .C_Uchar: translated = types.C_UCHAR
|
||||
|
||||
Reference in New Issue
Block a user