summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/Makefile
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-08-26 16:53:07 -0700
committerRob Pike <r@golang.org>2009-08-26 16:53:07 -0700
commit71b2e367112fd4333577e29b96cc981e26890808 (patch)
tree3f79f279b03e6db136894a23d3939136b7d89d96 /src/pkg/unicode/Makefile
parent152c80ae1bbae5a906bd67608e01025f8fb61662 (diff)
downloadgolang-71b2e367112fd4333577e29b96cc981e26890808.tar.gz
change IsDecimalDigit to IsDigit because Decimal is redundant
R=rsc DELTA=792 (398 added, 383 deleted, 11 changed) OCL=33919 CL=33921
Diffstat (limited to 'src/pkg/unicode/Makefile')
-rw-r--r--src/pkg/unicode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/unicode/Makefile b/src/pkg/unicode/Makefile
index da3183039..717af36af 100644
--- a/src/pkg/unicode/Makefile
+++ b/src/pkg/unicode/Makefile
@@ -6,7 +6,7 @@ include $(GOROOT)/src/Make.$(GOARCH)
TARG=unicode
GOFILES=\
- decimaldigit.go\
+ digit.go\
digittables.go\
letter.go\
lettertables.go\