Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
diff DynArray.h @ 30:e6b21c2350d1
Renamed VMS to PR, in new branch
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 03 Sep 2012 15:02:35 -0700 |
| parents | 7adf81960d10 |
| children | 958dcb7754ca |
line diff
1.1 --- a/DynArray.h Tue Mar 13 18:31:05 2012 -0700 1.2 +++ b/DynArray.h Mon Sep 03 15:02:35 2012 -0700 1.3 @@ -8,8 +8,8 @@ 1.4 #ifndef _DYNARRAY_H 1.5 #define _DYNARRAY_H 1.6 1.7 -#include "VMS_impl/VMS_primitive_data_types.h" 1.8 -#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" 1.9 +#include "PR_impl/PR_primitive_data_types.h" 1.10 +#include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" 1.11 1.12 1.13 //A dynamic array is same as any other array, but add a DynArrayInfo next
