mirror of
https://github.com/golang/go
synced 2024-11-21 14:54:40 -07:00
e21b3a40ac
Use OS rather than compiler specific flag the same way that __FreeBSD__, __APPLE__, __OpenBSD__, and __linux__ are used. _WIN32 is defined by GCC (and others) on windows for Win32 and Win64 applications. _WIN32 is set by default for several other windows based compilers: DMC, MSVC, Intel, Watcom, LCC. Although the change is for consistency, it allows the Go tools to be compiled with non-Mingw GCC distributions and non-GCC compilers that support the GCC extensions. R=rsc, brainman, vcc CC=golang-dev https://golang.org/cl/2168043 |
||
---|---|---|
.. | ||
bbuffered.c | ||
bfildes.c | ||
bflush.c | ||
bgetc.c | ||
bgetd.c | ||
bgetrune.c | ||
binit.c | ||
boffset.c | ||
bprint.c | ||
bputc.c | ||
bputrune.c | ||
brdline.c | ||
brdstr.c | ||
bread.c | ||
bseek.c | ||
bwrite.c | ||
Makefile |