Constant folding for integer casts (#8095)

This commit is contained in:
LemonBoy
2018-08-31 13:45:42 +02:00
committed by Andreas Rumpf
parent b74faf354e
commit 2c8361bd39
3 changed files with 86 additions and 8 deletions

View File

@@ -300,7 +300,7 @@ const IPPROTO_TCP* = cint(6)
const IPPROTO_UDP* = cint(17)
const INADDR_ANY* = InAddrScalar(0)
const INADDR_LOOPBACK* = InAddrScalar(2130706433)
const INADDR_BROADCAST* = InAddrScalar(-1)
const INADDR_BROADCAST* = InAddrScalar(4294967295)
const INET_ADDRSTRLEN* = cint(16)
const INET6_ADDRSTRLEN* = cint(46)
const IPV6_JOIN_GROUP* = cint(20)