From 8bdf62d1b786790e7914fe3a1ff376351a35e9b8 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 23 Jan 2016 00:37:08 +0100 Subject: sys: implement array byte size arguments --- sys/decl.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/decl.go') diff --git a/sys/decl.go b/sys/decl.go index 01aa937c5..895c353fd 100644 --- a/sys/decl.go +++ b/sys/decl.go @@ -313,6 +313,7 @@ func (t VmaType) Align() uintptr { type LenType struct { TypeCommon TypeSize uintptr + ByteSize bool // want size in bytes instead of array size Buf string } -- cgit mrf-deployment