annotate libgo/runtime/defs.h @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* defs.h -- runtime definitions for Go.
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 Copyright 2009 The Go Authors. All rights reserved.
kono
parents:
diff changeset
4 Use of this source code is governed by a BSD-style
kono
parents:
diff changeset
5 license that can be found in the LICENSE file. */
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 /* The gc library uses this file for system defines, and generates it
kono
parents:
diff changeset
8 automatically using the godefs program. The logical thing to put
kono
parents:
diff changeset
9 here for gccgo would be #include statements for system header
kono
parents:
diff changeset
10 files. We can't do that, though, because runtime.h #define's the
kono
parents:
diff changeset
11 standard types. So we #include the system headers from runtime.h
kono
parents:
diff changeset
12 instead. */