mirror of
https://github.com/golang/go
synced 2024-11-22 02:44:39 -07:00
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
Block a user