Descriptionruntime: 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"
Patch Set 1 #Patch Set 2 : diff -r 9ec6df7522b3 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 9ec6df7522b3 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 4 : diff -r 5df28113c0d1 https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|