diff options
Diffstat (limited to 'src/cmd/cgo/ast.go')
-rw-r--r-- | src/cmd/cgo/ast.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/cgo/ast.go b/src/cmd/cgo/ast.go index 29fe55240..9b122676c 100644 --- a/src/cmd/cgo/ast.go +++ b/src/cmd/cgo/ast.go @@ -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. |