mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@15624 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0228e59631
commit
4a74b60dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ void Value::Register(dword w, Void* (*c)(), const char *name) {
|
|||
#ifdef flagCHECKINIT
|
||||
RLOG("Register valuetype " << w);
|
||||
#endif
|
||||
AssertST();
|
||||
AssertST(); // all needs to be registered at file level scope
|
||||
ASSERT(w != UNKNOWN_V);
|
||||
ASSERT(w < 0x8000000);
|
||||
CHECK(Typemap().GetAdd(w, c) == c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue