Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
changeset 25:7adf81960d10 MC_shared
More progress towards getting common_ancestor working
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 13 Mar 2012 18:31:05 -0700 |
| parents | 3e8e1a2a10f5 |
| children | 6d4e6529335e ba7abed0873c e6b21c2350d1 |
| files | DynArray.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/DynArray.h Fri Mar 09 22:18:27 2012 -0800 1.2 +++ b/DynArray.h Tue Mar 13 18:31:05 2012 -0700 1.3 @@ -9,7 +9,7 @@ 1.4 #define _DYNARRAY_H 1.5 1.6 #include "VMS_impl/VMS_primitive_data_types.h" 1.7 -#include "VMS_impl/vmalloc.h" 1.8 +#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" 1.9 1.10 1.11 //A dynamic array is same as any other array, but add a DynArrayInfo next
