Core: Now compiles with NODEPRECATED

git-svn-id: svn://ultimatepp.org/upp/trunk@12127 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-07-31 17:04:33 +00:00
parent 77c9c16df5
commit da31e9f76f
31 changed files with 143 additions and 114 deletions

View file

@ -78,10 +78,10 @@ int64 NewInVectorSerial()
return x;
}
thread__ int64 invector_cache_serial_;
thread__ int invector_cache_blki_;
thread__ int invector_cache_offset_;
thread__ int invector_cache_end_;
thread_local int64 invector_cache_serial_;
thread_local int invector_cache_blki_;
thread_local int invector_cache_offset_;
thread_local int invector_cache_end_;
void Bits::Clear()
{