aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2013-06-01 12:03:21 -0700
committerAnthony Martin <ality@pbrane.org>2013-06-01 12:03:21 -0700
commitb40d98562fe11dad2309aae940dbfcd97e466a26 (patch)
tree0efc4ce7bd11df25af424c4cd24c1226f7af702c /include
parentbf9a00bc8f048e2ca8d9d12d0bcf5dfc41505693 (diff)
downloadgo-b40d98562fe11dad2309aae940dbfcd97e466a26.tar.xz
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://golang.org/cl/9249045
Diffstat (limited to 'include')
-rw-r--r--include/plan9/libc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/plan9/libc.h b/include/plan9/libc.h
index dcecc7c8b8..9c86df0c77 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);