# HG changeset patch # User Some Random Person # Date 1337037976 25200 # Node ID 6d4e6529335e4fe09354570039fdd5f2d676c979 # Parent 7adf81960d1058509287d02f2df2d9c158b2b2d4 fixed includes or refactored VMS directory structure diff -r 7adf81960d10 -r 6d4e6529335e DynArray.h --- a/DynArray.h Tue Mar 13 18:31:05 2012 -0700 +++ b/DynArray.h Mon May 14 16:26:16 2012 -0700 @@ -12,6 +12,7 @@ #include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" + //A dynamic array is same as any other array, but add a DynArrayInfo next // to it. Accesses and updates of array indexes are done normally, it's // only when add a new element into array that use the extra info.