bla

上级 2aa7089e
差异被折叠。
...@@ -30,9 +30,6 @@ class omega_type_converter_extension: ...@@ -30,9 +30,6 @@ class omega_type_converter_extension:
def struct_support_code(self): def struct_support_code(self):
return "" return ""
def struct_declaration_code(self):
return ""
def struct_typedefs(self): def struct_typedefs(self):
return "\n".join(["typedef %s %s_type;" % (c_type, name) for c_type, name, init in self.provides()]) return "\n".join(["typedef %s %s_type;" % (c_type, name) for c_type, name, init in self.provides()])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论