On Mon, Mar 10, 2014 at 10:56:36AM -0700, Gurucharan Shetty wrote:
> Visual studio does not understand array initialization
> done this way:
> [first ... last] = value
>
> Signed-off-by: Gurucharan Shetty
Acked-by: Ben Pfaff
___
dev mailing list
dev@o
Visual studio does not understand array initialization
done this way:
[first ... last] = value
Signed-off-by: Gurucharan Shetty
---
lib/vlog.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/vlog.h b/lib/vlog.h
index 226b7f8..0f791af 100644
--- a/lib/vlog.h
+++ b/lib/v