cpp2ffi: skip function_re and functionD_re as not processed (they are processed already)

This commit is contained in:
Victor Bombi
2020-08-31 09:30:34 +02:00
parent a0056887df
commit cfdfe11c10

View File

@@ -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