make units compile

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/206044
This commit is contained in:
Fazlul Shahriar 2010-02-09 13:20:22 -08:00 committed by Russ Cox
parent b28e342e42
commit 96476b4c3e

View File

@ -389,7 +389,7 @@ rdigit(c int) bool {
} }
func func
Error(s string, v ...) { Error(s string, v ...interface{}) {
/* /*
* hack to intercept message from yaccpar * hack to intercept message from yaccpar