changeset 26:6d4e6529335e MC_shared

fixed includes or refactored VMS directory structure
author Some Random Person <seanhalle@yahoo.com>
date Mon, 14 May 2012 16:26:16 -0700
parents 7adf81960d10
children 4f386058d46c
files DynArray.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/DynArray.h	Tue Mar 13 18:31:05 2012 -0700
     1.2 +++ b/DynArray.h	Mon May 14 16:26:16 2012 -0700
     1.3 @@ -12,6 +12,7 @@
     1.4  #include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h"
     1.5  
     1.6  
     1.7 +
     1.8     //A dynamic array is same as any other array, but add a DynArrayInfo next
     1.9     // to it.  Accesses and updates of array indexes are done normally, it's
    1.10     // only when add a new element into array that use the extra info.