diff options
author | Anthony Martin <ality@pbrane.org> | 2013-06-01 12:03:21 -0700 |
---|---|---|
committer | Anthony Martin <ality@pbrane.org> | 2013-06-01 12:03:21 -0700 |
commit | 28df3c4ca3ae2b7b2b512d7d956c5bb9b46cde6d (patch) | |
tree | 399dc2e0be762d758e0e05108f9fd88ea445dff3 /include | |
parent | e56b58323f8674d26bff821899770d334e918282 (diff) | |
download | go-28df3c4ca3ae2b7b2b512d7d956c5bb9b46cde6d.tar.gz |
build: remove special definition of Runemax on Plan 9
The Bell Labs distribution now supports 21-bit runes.
R=golang-dev, akumar
CC=golang-dev
https://codereview.appspot.com/9249045
Diffstat (limited to 'include')
-rw-r--r-- | include/plan9/libc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/plan9/libc.h b/include/plan9/libc.h index dcecc7c8b..9c86df0c7 100644 --- a/include/plan9/libc.h +++ b/include/plan9/libc.h @@ -2,16 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -#define Runemax Plan9Runemax #include "/sys/include/libc.h" -#undef Runemax #include "/sys/include/ctype.h" -enum -{ - Runemax = 0x10FFFF, /* maximum rune value */ -}; - char* getgoos(void); char* getgoarch(void); char* getgoroot(void); |