mirror of https://gogs.blitter.com/RLabs/xs
Fixes for int vs. uintptr args (linux vs. freebsd)
This commit is contained in:
parent
531c846899
commit
6bb4b90c87
|
@ -1,4 +1,5 @@
|
||||||
// +build freebsd
|
// +build freebsd
|
||||||
|
|
||||||
package xs
|
package xs
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// +build linux,bsd
|
// +build linux
|
||||||
|
|
||||||
package xs
|
package xs
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue