]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: better names for (b|c|f)conf (cleanup)
authorRobert Griesemer <gri@golang.org>
Wed, 19 Sep 2018 04:55:35 +0000 (21:55 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 20 Sep 2018 00:07:22 +0000 (00:07 +0000)
commit9c2e5f297136f4fa31e1731313b8c09b7aead108
treeb429ad90cc063bdb3fd44d2e2f9c246741e84f56
parent3f99d2738d214fdc9aeaaa9ced26431ec1f8166d
cmd/compile/internal/gc: better names for (b|c|f)conf (cleanup)

Use String and GoString methods instead of the xconf names
for the numeric conversion routines.

Also, fixed a couple of comments in fmt.go.

Change-Id: I1b8acdd95dbff3fc30273070fbb1ac4860031a3c
Reviewed-on: https://go-review.googlesource.com/136197
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/const.go
src/cmd/compile/internal/gc/fmt.go
src/cmd/compile/internal/gc/mpfloat.go
src/cmd/compile/internal/gc/mpint.go