]> Cypherpunks repositories - gostls13.git/commit
cmd/ld, runtime: clean up CL 9666047
authorRuss Cox <rsc@golang.org>
Mon, 3 Jun 2013 20:44:35 +0000 (16:44 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 3 Jun 2013 20:44:35 +0000 (16:44 -0400)
commitfa4a9ff76491f00189e41488e7552ae9aea8c73c
tree09094cf0b249d9fb074510915bfbb293f2832f40
parent59fb90ac85be4c2c024d84287e03c200ef4fa24e
cmd/ld, runtime: clean up CL 9666047

Remove unnecessary ( ) around == in && clause.
Add { } around multiline if body, even though it's one statement.

Add runtime: prefix to printed errors.

R=cshapiro, iant
CC=golang-dev
https://golang.org/cl/9685047
src/cmd/ld/lib.c
src/pkg/runtime/symtab.c