mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
ee8e687874
commit
0f4b53c1c2
4 changed files with 123 additions and 2 deletions
|
|
@ -90,3 +90,7 @@ var MemclrBytes = memclrBytes
|
|||
func gogoBytes() int32
|
||||
|
||||
var GogoBytes = gogoBytes
|
||||
|
||||
func gostringW([]byte) string
|
||||
|
||||
var GostringW = gostringW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue