Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
changeset 34:c6e1805505c9 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:19:34 -0700 |
| parents | 958dcb7754ca |
| children | 59eaf81a9cc7 |
| files | DynArray.h __brch__PR_univ __brch__Renamed_VMS_to_PR |
| diffstat | 3 files changed, 5 insertions(+), 6 deletions(-) [+] |
line diff
1.1 --- a/DynArray.h Fri Mar 08 05:37:45 2013 -0800 1.2 +++ b/DynArray.h Mon Jul 22 06:19:34 2013 -0700 1.3 @@ -8,8 +8,7 @@ 1.4 #ifndef _DYNARRAY_H 1.5 #define _DYNARRAY_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 1.12
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/__brch__PR_univ Mon Jul 22 06:19:34 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:37:45 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 -
