mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 12:18:30 +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
|
end
|
||||||
elseif it.re_name == "struct_re" then
|
elseif it.re_name == "struct_re" then
|
||||||
table.insert(self.inerstructs,it)
|
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")
|
print(it.re_name,"not processed")
|
||||||
M.prtable(it)
|
M.prtable(it)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user