runtime: reconstitute runetochar for use by gostringw.

Fixes windows builds (hopefully).

LGTM=bradfitz
R=golang-codereviews, bradfitz, alex.brainman
CC=golang-codereviews
https://golang.org/cl/103470045
This commit is contained in:
Keith Randall 2014-06-17 00:36:23 -07:00
parent ee8e687874
commit 0f4b53c1c2
4 changed files with 123 additions and 2 deletions

View file

@ -90,3 +90,7 @@ var MemclrBytes = memclrBytes
func gogoBytes() int32
var GogoBytes = gogoBytes
func gostringW([]byte) string
var GostringW = gostringW