Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > PriorityQueue
changeset 2:b0195491f167 MC_shared
Create MC_shared branch
| author | Me@portablequad |
|---|---|
| date | Sat, 11 Feb 2012 20:21:45 -0800 |
| parents | 4d8a1e0f4336 |
| children | 7254bef12749 |
| files | .brch__MC_shared .hgeol PriorityQueue.h |
| diffstat | 3 files changed, 20 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.brch__MC_shared Sat Feb 11 20:21:45 2012 -0800 1.3 @@ -0,0 +1,4 @@ 1.4 +This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. 1.5 + 1.6 +More importantly, the MC_shared version of VMS requires a separat malloc implemeted by VMS code.. so this branch has modified the library to use the VMS-specific malloc. 1.7 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/.hgeol Sat Feb 11 20:21:45 2012 -0800 2.3 @@ -0,0 +1,14 @@ 2.4 + 2.5 +[patterns] 2.6 +**.py = native 2.7 +**.txt = native 2.8 +**.c = native 2.9 +**.h = native 2.10 +**.cpp = native 2.11 +**.java = native 2.12 +**.class = bin 2.13 +**.jar = bin 2.14 +**.sh = native 2.15 +**.pl = native 2.16 +**.jpg = bin 2.17 +**.gif = bin
3.1 --- a/PriorityQueue.h Thu Feb 09 15:55:54 2012 +0100 3.2 +++ b/PriorityQueue.h Sat Feb 11 20:21:45 2012 -0800 3.3 @@ -10,6 +10,8 @@ 3.4 3.5 #include <stdbool.h> 3.6 3.7 +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 3.8 + 3.9 typedef struct _PrioQueueStruc PrioQueueStruc; 3.10 typedef struct _heapNode heapNode; 3.11
