]> Cypherpunks repositories - gostls13.git/commit
gc: handle go print() and go println()
authorStephen Ma <stephenm@golang.org>
Mon, 13 Jun 2011 12:50:51 +0000 (22:50 +1000)
committerStephen Ma <stephenm@golang.org>
Mon, 13 Jun 2011 12:50:51 +0000 (22:50 +1000)
commitb4bb970e1852e9f5340b846379ce4a434a1b9d26
tree29e4128dc90cfe0b7185ba80ef61ee6855daf645
parent7bc8e90e362177ef0003688e2f9c99d2b19c17d3
gc: handle go print() and go println()

Fixes #1952.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4611041
src/cmd/gc/walk.c
test/golden.out
test/goprint.go [new file with mode: 0644]