mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
remove # from gg and glm
This commit is contained in:
parent
e15c2da1f4
commit
5b3295db94
3 changed files with 35 additions and 36 deletions
|
@ -130,8 +130,7 @@ fn (p mut Parser) parse() {
|
|||
}
|
||||
p.fgenln('\n')
|
||||
p.builtin_pkg = p.mod == 'builtin'
|
||||
p.can_chash = p.mod == 'gg' || p.mod == 'glm' || p.mod == 'gl' ||
|
||||
p.mod == 'http' || p.mod == 'glfw' || p.mod=='ui' // TODO tmp remove
|
||||
p.can_chash = p.mod == 'ft' || p.mod == 'http' || p.mod == 'glfw' || p.mod=='ui' // TODO tmp remove
|
||||
// Import pass - the first and the smallest pass that only analyzes imports
|
||||
p.table.register_package(p.mod)
|
||||
if p.run == .imports {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue