]> Cypherpunks repositories - gostls13.git/commit
exp/ssa/interp: fix MS Windows breakage.
authorAlan Donovan <adonovan@google.com>
Fri, 8 Feb 2013 16:58:24 +0000 (11:58 -0500)
committerAlan Donovan <adonovan@google.com>
Fri, 8 Feb 2013 16:58:24 +0000 (11:58 -0500)
commit5fa6721a311f1a4a71cf88502c44537e519b4787
tree85ebb00df942bc851833e02f327f2d61ea06b6af
parentc8f2449ea7e0d61c959062f82a4cf6579f22596c
exp/ssa/interp: fix MS Windows breakage.

syscall.{Kill,Write} are not portable to MS Windows, so we
disable them for now.

R=iant, rsc
CC=golang-dev
https://golang.org/cl/7312066
src/pkg/exp/ssa/interp/external.go
src/pkg/exp/ssa/interp/external_unix.go [new file with mode: 0644]
src/pkg/exp/ssa/interp/external_windows.go [new file with mode: 0644]