aboutsummaryrefslogtreecommitdiffstats
path: root/sys/decl.go
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-01-09 16:43:29 +0100
committerGitHub <noreply@github.com>2017-01-09 16:43:29 +0100
commit26f0782d08cd55979593f50c37aea5daee059a3b (patch)
tree648a0abb9db00f2364c028154807666ec2b51d6b /sys/decl.go
parent80b6c954f8daa8d9910698be9eca6d97284a75a0 (diff)
parentdf98b6bde521211c8f1246157e5e6a4a40e710f4 (diff)
Merge pull request #104 from xairy/bytesize-n
prog: add bytesizeN types
Diffstat (limited to 'sys/decl.go')
-rw-r--r--sys/decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/decl.go b/sys/decl.go
index bb82cfa18..63fca61b7 100644
--- a/sys/decl.go
+++ b/sys/decl.go
@@ -157,7 +157,7 @@ type LenType struct {
TypeCommon
TypeSize uintptr
BigEndian bool
- ByteSize bool // want size in bytes instead of array size
+ ByteSize uintptr // want size in multiple of bytes instead of array size
Buf string
}