Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > ListOfArrays
changeset 10:5df9392eca1a MC_shared
More progress towards getting common_ancestor working
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 13 Mar 2012 18:31:06 -0700 |
| parents | f75ec4738afc |
| children | abf2117d7535 70c43c8fbded |
| files | ListOfArrays.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/ListOfArrays.c Tue Mar 13 10:07:00 2012 -0700 1.2 +++ b/ListOfArrays.c Tue Mar 13 18:31:06 2012 -0700 1.3 @@ -1,6 +1,6 @@ 1.4 1.5 #include "ListOfArrays.h" 1.6 -#include "VMS_impl/vmalloc.h" 1.7 +#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" 1.8 1.9 ListOfArrays* makeListOfArrays(size_t entry_size, int num_entries_per_block){ 1.10 ListOfArrays* newLoA = (ListOfArrays*) VMS_int__malloc(sizeof(ListOfArrays));
