diff options
| author | Russ Cox <rsc@golang.org> | 2008-10-06 16:44:17 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-10-06 16:44:17 -0700 |
| commit | 74e2e087e25dcbd5828cd1bf436e5ef74c1e009c (patch) | |
| tree | ad3bc97650aa258d27d9187800c07d45f3661920 /src/runtime/runtime.h | |
| parent | 717de79976f2b8675cbba4dea01b092a351ecbe7 (diff) | |
| download | go-74e2e087e25dcbd5828cd1bf436e5ef74c1e009c.tar.xz | |
change type names to go live at the name, so that
type T struct {
next *T
}
and
type T *struct {
next T
}
are valid without needing forward declarations.
add "type T struct" syntax for forward struct declarations.
add "type T interface" syntax, but commented out
(need to fix semicolons first)
R=ken
DELTA=452 (259 added, 115 deleted, 78 changed)
OCL=16580
CL=16584
Diffstat (limited to 'src/runtime/runtime.h')
0 files changed, 0 insertions, 0 deletions
