mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cgo working on linux/386
R=r DELTA=70 (47 added, 4 deleted, 19 changed) OCL=35167 CL=35171
This commit is contained in:
parent
0632bb4ae5
commit
e67a5084b8
10 changed files with 66 additions and 23 deletions
|
|
@ -35,6 +35,7 @@ type Prog struct {
|
|||
Typedef map[string]ast.Expr;
|
||||
Vardef map[string]*Type;
|
||||
Funcdef map[string]*FuncType;
|
||||
PtrSize int64;
|
||||
}
|
||||
|
||||
// A Type collects information about a type in both the C and Go worlds.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue