drop extern vardef declaration (implot3d)

This commit is contained in:
sonoro1234
2026-02-18 15:18:38 +01:00
parent 2a8012424d
commit 1a15dc7bcd

View File

@@ -2072,6 +2072,10 @@ function M.Parser()
print("--skip = vardef declaration:",it2)
it2 = ""
end
if it2:match("%s*extern") then
print("--skip extern vardef declaration:",it2)
it2 = ""
end
end
--table.insert(outtabpre,it2)
--table.insert(outtab,it2)