]> Cypherpunks repositories - gostls13.git/commit
runtime: handle string + char literals in goc2c
authorRuss Cox <rsc@golang.org>
Wed, 31 Aug 2011 11:11:31 +0000 (07:11 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 31 Aug 2011 11:11:31 +0000 (07:11 -0400)
commit5f40c5b3846074c1aba903440c785ec499c392d1
tree20a449bd1976b5e5f3a1b559cf2b62a6f5e87787
parent4304de6e0c64653ddf5d57c7724b28b859ce28af
runtime: handle string + char literals in goc2c

My string literal was being rewritten from
"runtime.SysReserve(%p, %D) = error %d"
to
"runtime.SysReserve ( %p , %D ) = error %d"

R=iant
CC=golang-dev
https://golang.org/cl/4972051
src/pkg/runtime/goc2c.c