mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 14:22:25 -06:00
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:
parent
d635502c28
commit
e53932b2f5
10 changed files with 101 additions and 29 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue