Core: Improved approximate best fit in allocator

git-svn-id: svn://ultimatepp.org/upp/trunk@13377 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-06-10 15:26:34 +00:00
parent d635502c28
commit e53932b2f5
10 changed files with 101 additions and 29 deletions

View file

@ -41,7 +41,7 @@ void CSyntax::InitKeywords()
"do", "__int64", "static", "volatile",
"double", "__leave", "static_cast",
"dynamic_cast", "long", "__stdcall", "while",
"force_inline",
"force_inline", "never_inline",
"and", "bitor", "or", "xor",
"compl", "bitand", "and_eq", "or_eq",
"xor_eq", "not", "not_eq",