Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
diff DynArray.h @ 29:3c2345880bbe
merge failed subrepo commit
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 17 Sep 2012 11:19:01 +0200 |
| parents | 7adf81960d10 |
| children |
line diff
1.1 --- a/DynArray.h Mon Sep 17 11:07:07 2012 +0200 1.2 +++ b/DynArray.h Mon Sep 17 11:19:01 2012 +0200 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.
