Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff ProcrContext.c @ 134:a9b72021f053
Distributed memory management w/o free requests working
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 16 Sep 2011 16:19:24 +0200 |
| parents | 521c75d64cef |
| children |
line diff
1.1 --- a/ProcrContext.c Fri Sep 16 14:26:18 2011 +0200 1.2 +++ b/ProcrContext.c Fri Sep 16 16:19:24 2011 +0200 1.3 @@ -4,6 +4,7 @@ 1.4 1.5 1.6 #include "VMS.h" 1.7 +#include "ProcrContext.h" 1.8 1.9 /*Create stack, then create __cdecl structure on it and put initialData and 1.10 * pointer to the new structure instance into the parameter positions on
