mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
cpp2ffi: skip function_re and functionD_re as not processed (they are processed already)
This commit is contained in:
@@ -996,7 +996,7 @@ function M.Parser()
|
||||
end
|
||||
elseif it.re_name == "struct_re" then
|
||||
table.insert(self.inerstructs,it)
|
||||
else
|
||||
elseif it.re_name ~= "functionD_re" and it.re_name ~= "function_re" then
|
||||
print(it.re_name,"not processed")
|
||||
M.prtable(it)
|
||||
end
|
||||
|
Reference in New Issue
Block a user