mirror of https://github.com/golang/go.git
- Change forward reference to struct Node* to void* in liblink. - Use explicit (Node*) casts in cmd/gc to get at that field. - Define struct Array in go.h instead of hiding it in array.c. - Remove some sizeof(uint32), sizeof(uint64) uses. - Remove some ? : expressions. - Rewrite some problematic mid-expression assignments. Change-Id: I308c70140238a0cfffd90e133f86f442cd0e17d4 Reviewed-on: https://go-review.googlesource.com/3276 Reviewed-by: Rob Pike <r@golang.org> |
||
|---|---|---|
| .. | ||
| plan9 | ||
| README | ||
| ar.h | ||
| bio.h | ||
| fmt.h | ||
| libc.h | ||
| link.h | ||
| u.h | ||
| utf.h | ||
README
The header files under this directory are strictly internal to the gc toolchain, so please don't copy them to the system include file directory (/usr/include, /usr/local/include, etc.) Also note that they must be kept as is in $GOROOT/include, or cmd/dist will malfunction.