mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
c defs
This commit is contained in:
parent
98c016b41d
commit
dca49e43d9
4 changed files with 20 additions and 9 deletions
|
@ -49,7 +49,6 @@ fn (p mut Parser) enum_decl(_enum_name string) {
|
|||
if p.tok == .comma {
|
||||
p.next()
|
||||
}
|
||||
// TODO free name [memory]
|
||||
val++
|
||||
}
|
||||
p.table.register_type2(Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue