mirror of
https://github.com/golang/go
synced 2024-11-11 23:40:22 -07:00
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
This commit is contained in:
parent
bf9a00bc8f
commit
b40d98562f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user