changeset 33:097d8ccb18b7 PR_univ

new branch -- PR_univ -- changed header to include PR__application.h
author Sean Halle <seanhalle@yahoo.com>
date Mon, 22 Jul 2013 06:17:46 -0700
parents 1d42a512f482
children 049a8d8917c5
files PrivateHash.h __brch__PR_univ __brch__Renamed_VMS_to_PR
diffstat 3 files changed, 5 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/PrivateHash.h	Fri Mar 08 05:44:24 2013 -0800
     1.2 +++ b/PrivateHash.h	Mon Jul 22 06:17:46 2013 -0700
     1.3 @@ -13,8 +13,7 @@
     1.4  #include <errno.h>
     1.5  #include <stdlib.h>
     1.6  
     1.7 -#include "PR_impl/PR_primitive_data_types.h"
     1.8 -#include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h"
     1.9 +#include "PR__application_includes/PR__application.h"
    1.10  
    1.11  //=====================  defines  =====================
    1.12  #define TRUE     1
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/__brch__PR_univ	Mon Jul 22 06:17:46 2013 -0700
     2.3 @@ -0,0 +1,4 @@
     2.4 +This branch is for the project structure defined Jan 2012..  the #includes reflect this directory structure.
     2.5 +
     2.6 +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.
     2.7 +
     3.1 --- a/__brch__Renamed_VMS_to_PR	Fri Mar 08 05:44:24 2013 -0800
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,4 +0,0 @@
     3.4 -This branch is for the project structure defined Jan 2012..  the #includes reflect this directory structure.
     3.5 -
     3.6 -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.
     3.7 -