This commit is contained in:
nub31
2025-10-24 15:33:56 +02:00
parent 766ca9a6b9
commit 3505e2547a
5 changed files with 113 additions and 119 deletions

View File

@@ -24,9 +24,6 @@ def map_type(clang_type: Type):
if not decl.is_definition():
return "^void"
if pointee.kind == TypeKind.CHAR_S or pointee.kind == TypeKind.CHAR_U:
return "cstring"
if pointee.kind == TypeKind.FUNCTIONPROTO:
arg_types = []