From d265f2bd75bb193573931418288bbd031baa8705 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 26 Mar 2015 20:58:50 -0700 Subject: 981 --- cpp/010vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/010vm b/cpp/010vm index 1a33fe50..f1ab32b0 100644 --- a/cpp/010vm +++ b/cpp/010vm @@ -103,7 +103,7 @@ struct type_info { string name; bool is_record; bool is_array; - size_t size; // only if is_record + size_t size; // only if is_record; primitives and addresses have size 1 while arrays are dynamic vector > elements; // only if is_record vector element_names; // only if is_record vector element; // only if is_array -- cgit 1.4.1-2-gfad0