mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix compilation
This commit is contained in:
@ -823,6 +823,7 @@ fn new_v(args []string) *V {
|
|||||||
files << f
|
files << f
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
obfuscate := args.contains('-obf')
|
||||||
return &V {
|
return &V {
|
||||||
os: _os
|
os: _os
|
||||||
out_name: out_name
|
out_name: out_name
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
import net
|
import net
|
||||||
|
|
||||||
fn test_dial() {
|
fn test_dial() {
|
||||||
|
//conn := net.dial('irc.freenode.org', 6667)
|
||||||
conn := net.dial('irc.freenode.org', 6667)
|
//println(conn.sockfd)
|
||||||
println(conn.sockfd)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user