Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > ListOfArrays
changeset 7:94a5b324bc29 MC_shared
fixed include paths
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 09 Mar 2012 18:22:54 -0800 |
| parents | 2b29a1b832fd |
| children | 0e6cc9d9ec67 |
| files | ListOfArrays.c |
| diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/ListOfArrays.c Fri Mar 09 16:24:45 2012 -0800 1.2 +++ b/ListOfArrays.c Fri Mar 09 18:22:54 2012 -0800 1.3 @@ -1,6 +1,6 @@ 1.4 1.5 #include "ListOfArrays.h" 1.6 -#include "../../VMS_Implementations/VMS_impl/vmalloc.h" 1.7 +#include "VMS_impl/vmalloc.h" 1.8 1.9 ListOfArrays* makeListOfArrays(size_t entry_size, int num_entries_per_block){ 1.10 ListOfArrays* newLoA = (ListOfArrays*) VMS__malloc(sizeof(ListOfArrays)); 1.11 @@ -58,4 +58,5 @@ 1.12 typedFragment[offset_in_fragment] = value; 1.13 list->next_free_index++; 1.14 } 1.15 - */ 1.16 \ No newline at end of file 1.17 + */ 1.18 + 1.19 \ No newline at end of file
