]> Cypherpunks repositories - gostls13.git/commit
runtime: use correct types for maxstring and concatstring
authorRob Pike <r@golang.org>
Tue, 6 Aug 2013 20:49:11 +0000 (06:49 +1000)
committerRob Pike <r@golang.org>
Tue, 6 Aug 2013 20:49:11 +0000 (06:49 +1000)
commit98a80b95b462f2c7c0cfdb4557eb08a5d6d891f2
tree5b702e0ecdeae7ff56008d8be882a3de98521fb3
parentad119b9c4dcae8389a3700c245a923b0ebe449cd
runtime: use correct types for maxstring and concatstring

Updates #6046.
This CL just does maxstring and concatstring. There are other functions
to fix but doing them a few at a time will help isolate any (unlikely)
breakages these changes bring up in architectures I can't test
myself.

R=golang-dev, dave, iant
CC=golang-dev
https://golang.org/cl/12519044
src/pkg/runtime/print.c
src/pkg/runtime/runtime.h
src/pkg/runtime/string.goc