Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
diff DynArray.h @ 17:62b3a4793b6e
chgd files to VMS__malloc and correct includes
| author | Me@portablequad |
|---|---|
| date | Sat, 11 Feb 2012 19:00:21 -0800 |
| parents | 9de0a9369134 |
| children | 3e8e1a2a10f5 |
line diff
1.1 --- a/DynArray.h Sat Feb 11 18:20:50 2012 -0800 1.2 +++ b/DynArray.h Sat Feb 11 19:00:21 2012 -0800 1.3 @@ -8,6 +8,9 @@ 1.4 #ifndef _DYNARRAY_H 1.5 #define _DYNARRAY_H 1.6 1.7 +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 1.8 +#include "../../VMS_Implementations/VMS_impl/vmalloc.h" 1.9 + 1.10 1.11 //A dynamic array is same as any other array, but add a DynArrayInfo next 1.12 // to it. Accesses and updates of array indexes are done normally, it's
