mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
c defs
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user