Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
diff dependency.c @ 64:bd5ab695145c
MEAS__ macros for language added, and renamed a few things
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 13 Mar 2012 18:30:05 -0700 |
| parents | 3c9ed64db705 |
| children | d20b105981b7 |
line diff
1.1 --- a/dependency.c Tue Mar 13 10:04:14 2012 -0700 1.2 +++ b/dependency.c Tue Mar 13 18:30:05 2012 -0700 1.3 @@ -1,5 +1,5 @@ 1.4 #include "dependency.h" 1.5 -#include "../VMS_impl/VMS.h" 1.6 +#include "VMS_impl/VMS.h" 1.7 1.8 Dependency* new_dependency(int from_vp, int from_task, int to_vp, int to_task){ 1.9 Dependency* newDep = (Dependency*) VMS_int__malloc(sizeof(Dependency));
