mirror of https://github.com/golang/go.git
make units compile
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/206044
This commit is contained in:
parent
b28e342e42
commit
96476b4c3e
|
|
@ -389,7 +389,7 @@ rdigit(c int) bool {
|
|||
}
|
||||
|
||||
func
|
||||
Error(s string, v ...) {
|
||||
Error(s string, v ...interface{}) {
|
||||
|
||||
/*
|
||||
* hack to intercept message from yaccpar
|
||||
|
|
|
|||
Loading…
Reference in New Issue