Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
changeset 24:3e8e1a2a10f5 MC_shared
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 | 09c78e99d6c9 |
| children | 7adf81960d10 |
| files | DynArray.c DynArray.h |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/DynArray.c Mon Feb 13 09:58:50 2012 -0800 1.2 +++ b/DynArray.c Fri Mar 09 22:18:27 2012 -0800 1.3 @@ -151,7 +151,7 @@ 1.4 VMS_int__free( oldArray ); 1.5 } 1.6 1.7 -/*Can't mix VMS__malloc locations with external malloc locations -- so use 1.8 +/*Can't mix VMS_int__malloc locations with external malloc locations -- so use 1.9 * this version inside VMS, which will perform normal malloc in the core 1.10 * loop -- hopefully avoiding the annoying system-stack bugs.. 1.11 */
2.1 --- a/DynArray.h Mon Feb 13 09:58:50 2012 -0800 2.2 +++ b/DynArray.h Fri Mar 09 22:18:27 2012 -0800 2.3 @@ -8,8 +8,8 @@ 2.4 #ifndef _DYNARRAY_H 2.5 #define _DYNARRAY_H 2.6 2.7 -#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 2.8 -#include "../../VMS_Implementations/VMS_impl/vmalloc.h" 2.9 +#include "VMS_impl/VMS_primitive_data_types.h" 2.10 +#include "VMS_impl/vmalloc.h" 2.11 2.12 2.13 //A dynamic array is same as any other array, but add a DynArrayInfo next
