]> Cypherpunks repositories - gostls13.git/commit
lib9/utf: make safe for automatic build
authorRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 20:19:00 +0000 (15:19 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 3 Feb 2012 20:19:00 +0000 (15:19 -0500)
commit30d0452b24f7418e616ba5c74d248473a84d5bca
tree2c94e264e18e39b2939943986038fd343d36f77e
parent005686ff9711287ac97c294cb55a014bce6fbac0
lib9/utf: make safe for automatic build

Add // +build ignore to mkrunetype.c,
rename runetypebody to be .h since it is #included,
delete old runetypebody tables.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5627043
src/lib9/utf/mkrunetype.c
src/lib9/utf/runetype.c
src/lib9/utf/runetypebody-5.0.0.c [deleted file]
src/lib9/utf/runetypebody-5.2.0.c [deleted file]
src/lib9/utf/runetypebody-6.0.0.h [moved from src/lib9/utf/runetypebody-6.0.0.c with 100% similarity]