Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
diff DynArray.h @ 24:3e8e1a2a10f5
changed comments, to avoid repeats during global replace
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 09 Mar 2012 22:18:27 -0800 |
| parents | 62b3a4793b6e |
| children | 7adf81960d10 |
line diff
1.1 --- a/DynArray.h Mon Feb 13 09:58:50 2012 -0800 1.2 +++ b/DynArray.h Fri Mar 09 22:18:27 2012 -0800 1.3 @@ -8,8 +8,8 @@ 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 +#include "VMS_impl/VMS_primitive_data_types.h" 1.10 +#include "VMS_impl/vmalloc.h" 1.11 1.12 1.13 //A dynamic array is same as any other array, but add a DynArrayInfo next
