diff ListOfArrays.h @ 14:70c43c8fbded

Renamed VMS to PR, in new branch
author Sean Halle <seanhalle@yahoo.com>
date Mon, 03 Sep 2012 15:05:31 -0700
parents f75ec4738afc
children 7731a4d31baa
line diff
     1.1 --- a/ListOfArrays.h	Tue Mar 13 18:31:06 2012 -0700
     1.2 +++ b/ListOfArrays.h	Mon Sep 03 15:05:31 2012 -0700
     1.3 @@ -31,7 +31,7 @@
     1.4  #define addToListOfArrays(type,value,list) do { \
     1.5      int offset_in_fragment = list->next_free_index % list->num_entries_per_fragment; \
     1.6      if(offset_in_fragment == 0){ \
     1.7 -        void* newBlock = VMS_int__malloc(list->entry_size * list->num_entries_per_fragment); \
     1.8 +        void* newBlock = PR_int__malloc(list->entry_size * list->num_entries_per_fragment); \
     1.9          addToDynArray(newBlock,list->dim1info); \
    1.10      } \
    1.11      type* typedFragment = (type*) ((list->dim1)[list->dim1info->numInArray -1]); \