Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VCilk_impls > VCilk__MC_shared_impl
changeset 8:e649c2387a60
new sequential version
author | Merten Sach <msach@mailbox.tu-berlin.de> |
---|---|
date | Thu, 02 Jun 2011 13:54:34 +0200 |
parents | f0ec8652cbf4 |
children | 5131f941f42c |
files | VCilk_lib.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/VCilk_lib.c Thu May 26 15:59:31 2011 +0200 1.2 +++ b/VCilk_lib.c Thu Jun 02 13:54:34 2011 +0200 1.3 @@ -177,6 +177,7 @@ 1.4 VCilk__init_Helper(); 1.5 } 1.6 1.7 +#ifdef SEQUENTIAL 1.8 void 1.9 VCilk__init_Seq() 1.10 { 1.11 @@ -185,6 +186,7 @@ 1.12 1.13 VCilk__init_Helper(); 1.14 } 1.15 +#endif 1.16 1.17 /*Runs in main thread before VMS system starts 1.18 */