# HG changeset patch # User Sean Halle # Date 1374499174 25200 # Node ID c6e1805505c92a68197a612058ca8a49fa284e86 # Parent 958dcb7754caf25a52d77224aa3ad4d6c07bfaeb new branch -- PR_univ -- changed header to include PR__application.h diff -r 958dcb7754ca -r c6e1805505c9 DynArray.h --- a/DynArray.h Fri Mar 08 05:37:45 2013 -0800 +++ b/DynArray.h Mon Jul 22 06:19:34 2013 -0700 @@ -8,8 +8,7 @@ #ifndef _DYNARRAY_H #define _DYNARRAY_H -#include "PR_impl/PR_primitive_data_types.h" -#include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" +#include "PR__application_includes/PR__application.h" diff -r 958dcb7754ca -r c6e1805505c9 __brch__PR_univ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/__brch__PR_univ Mon Jul 22 06:19:34 2013 -0700 @@ -0,0 +1,4 @@ +This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. + +More importantly, the MC_shared version of PR requires a separat malloc implemeted by PR code.. so this branch has modified the library to use the PR-specific malloc. + diff -r 958dcb7754ca -r c6e1805505c9 __brch__Renamed_VMS_to_PR --- a/__brch__Renamed_VMS_to_PR Fri Mar 08 05:37:45 2013 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. - -More importantly, the MC_shared version of PR requires a separat malloc implemeted by PR code.. so this branch has modified the library to use the PR-specific malloc. -