Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Histogram
changeset 33:bd0983657058 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:21:53 -0700 |
| parents | 84601ecae690 |
| children | 8166ea441cb5 |
| files | Histogram.h __brch__PR_univ __brch__Renamed_VMS_to_PR |
| diffstat | 3 files changed, 5 insertions(+), 6 deletions(-) [+] |
line diff
1.1 --- a/Histogram.h Fri Mar 08 05:43:19 2013 -0800 1.2 +++ b/Histogram.h Mon Jul 22 06:21:53 2013 -0700 1.3 @@ -6,8 +6,7 @@ 1.4 * 1.5 */ 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 #ifndef _HISTOGRAM_H 1.12 #define _HISTOGRAM_H
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/__brch__PR_univ Mon Jul 22 06:21:53 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:43:19 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 -
