Esc: fixed to compile

git-svn-id: svn://ultimatepp.org/upp/trunk@14526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-06-01 08:12:25 +00:00
parent 6953c7fa89
commit 6d491bd498
2 changed files with 2 additions and 1 deletions

View file

@ -79,6 +79,7 @@ void CSyntax::InitKeywords()
"int8", "uint8", "int16", "uint16", "int32", "uint32", "int64", "uint64", "qword",
"INTERLOCKED_", "INTERLOCKED", "ONCELOCK", "ONCELOCK_", "INITBLOCK", "EXITBLOCK",
"rval_", "rval_default", "size_t", "intptr_t", "uintptr_t", "INITIALIZER", "INITIALIZE",
"hash_t",
NULL
};
static const char *usc[] = {