mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: fix compilation (part 1)
This commit is contained in:
parent
38e5569503
commit
7ab6899538
@ -4,8 +4,8 @@
|
||||
module builtin
|
||||
|
||||
import strings
|
||||
//import hash.wyhash as hash
|
||||
import hash
|
||||
import hash.wyhash as hash
|
||||
//import hash
|
||||
|
||||
/*
|
||||
This is a highly optimized hashmap implementation. It has several traits that
|
||||
|
Loading…
Reference in New Issue
Block a user