# HG changeset patch # User Me@portablequad # Date 1329020505 28800 # Node ID b0195491f167e8f41e995dd1eb9d5ce103799249 # Parent 4d8a1e0f4336935d1ffdbc0bebfeb73293615e22 Create MC_shared branch diff -r 4d8a1e0f4336 -r b0195491f167 .brch__MC_shared --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.brch__MC_shared Sat Feb 11 20:21:45 2012 -0800 @@ -0,0 +1,4 @@ +This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. + +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. + diff -r 4d8a1e0f4336 -r b0195491f167 .hgeol --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgeol Sat Feb 11 20:21:45 2012 -0800 @@ -0,0 +1,14 @@ + +[patterns] +**.py = native +**.txt = native +**.c = native +**.h = native +**.cpp = native +**.java = native +**.class = bin +**.jar = bin +**.sh = native +**.pl = native +**.jpg = bin +**.gif = bin diff -r 4d8a1e0f4336 -r b0195491f167 PriorityQueue.h --- a/PriorityQueue.h Thu Feb 09 15:55:54 2012 +0100 +++ b/PriorityQueue.h Sat Feb 11 20:21:45 2012 -0800 @@ -10,6 +10,8 @@ #include +#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" + typedef struct _PrioQueueStruc PrioQueueStruc; typedef struct _heapNode heapNode;