mirror of
https://github.com/cimgui/cimgui.git
synced 2026-03-21 05:21:18 +00:00
Compare commits
1 Commits
master
...
1a15dc7bcd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a15dc7bcd |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user