Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
diff DynArray.h @ 15:53c5d022dd45
added eol handling and .brch__VMS_malloc_brch to indicate brch (and reason for it)
| author | Me@portablequad |
|---|---|
| date | Sat, 11 Feb 2012 17:46:39 -0800 |
| parents | 1cffeb870564 |
| children |
line diff
1.1 --- a/DynArray.h Thu Feb 09 15:47:41 2012 +0100 1.2 +++ b/DynArray.h Sat Feb 11 17:46:39 2012 -0800 1.3 @@ -9,6 +9,7 @@ 1.4 #define _DYNARRAY_H 1.5 1.6 #include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 1.7 +#include "../../VMS_Implementations/VMS_impl/vmalloc.h" 1.8 1.9 1.10 //A dynamic array is same as any other array, but add a DynArrayInfo next
