about summary refs log tree commit diff stats
path: root/cpp/010vm
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/010vm')
-rw-r--r--cpp/010vm1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/010vm b/cpp/010vm
index d8394fdb..45b4c3e5 100644
--- a/cpp/010vm
+++ b/cpp/010vm
@@ -104,6 +104,7 @@ struct type_info {
   bool is_array;
   vector<vector<type_number> > elements;  // only if is_record
   vector<type_number> element;  // only if is_array
+  // End type_info Fields.
   type_info() :size(0), is_record(false), is_array(false) {}
 };