Commit 96476b4c authored by Fazlul Shahriar's avatar Fazlul Shahriar Committed by Russ Cox

make units compile

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/206044
parent b28e342e
......@@ -389,7 +389,7 @@ rdigit(c int) bool {
}
func
Error(s string, v ...) {
Error(s string, v ...interface{}) {
/*
* hack to intercept message from yaccpar
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment