]> Cypherpunks.ru repositories - gostls13.git/commit
gc: remove non-blocking send, receive syntax
authorRuss Cox <rsc@golang.org>
Mon, 31 Jan 2011 23:52:16 +0000 (18:52 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 31 Jan 2011 23:52:16 +0000 (18:52 -0500)
commitcb584707af2d8803adba88fd9692e665ecd2f059
treecae7a6ff314f632ae9cdd940798955a8154ebb11
parentf4e76d83091b43e88bb2a832c3b6424c3cc17e1d
gc: remove non-blocking send, receive syntax

R=ken2
CC=golang-dev
https://golang.org/cl/4126043
src/cmd/gc/builtin.c.boot
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/runtime.go
src/cmd/gc/sinit.c
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
src/pkg/runtime/chan.c
test/syntax/chan1.go [new file with mode: 0644]