# HG changeset patch # User Sean Halle # Date 1374499066 25200 # Node ID 097d8ccb18b7c9f902b11e2dbfda8154772d0839 # Parent 1d42a512f482b218e559b679c8b556e4694b0040 new branch -- PR_univ -- changed header to include PR__application.h diff -r 1d42a512f482 -r 097d8ccb18b7 PrivateHash.h --- a/PrivateHash.h Fri Mar 08 05:44:24 2013 -0800 +++ b/PrivateHash.h Mon Jul 22 06:17:46 2013 -0700 @@ -13,8 +13,7 @@ #include #include -#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" //===================== defines ===================== #define TRUE 1 diff -r 1d42a512f482 -r 097d8ccb18b7 __brch__PR_univ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/__brch__PR_univ Mon Jul 22 06:17:46 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 1d42a512f482 -r 097d8ccb18b7 __brch__Renamed_VMS_to_PR --- a/__brch__Renamed_VMS_to_PR Fri Mar 08 05:44:24 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. -