Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 171:5161414caa3e
VMS.h: defines for aligning
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Tue, 20 Dec 2011 15:04:06 +0100 |
| parents | d1dd9e6ee72c |
| children | bfaebdf60df3 |
line diff
1.1 --- a/VMS.h Fri Dec 16 20:01:36 2011 +0100 1.2 +++ b/VMS.h Tue Dec 20 15:04:06 2011 +0100 1.3 @@ -239,7 +239,7 @@ 1.4 1.5 //===================== Global Vars =================== 1.6 1.7 -volatile MasterEnv *_VMSMasterEnv; 1.8 +volatile MasterEnv *_VMSMasterEnv __align_to_cacheline__; 1.9 1.10 1.11
