- added null pointer.
- fixed: FxMemberIdentifier checked for ClassPointers instead of object pointers to resolve the left hand side of the expression. - allow comparison of pointers.
This commit is contained in:
parent
3b0b0baf05
commit
4b41e735f1
7 changed files with 101 additions and 58 deletions
|
|
@ -380,7 +380,7 @@ public:
|
|||
isresolved = true;
|
||||
}
|
||||
|
||||
FxConstant(nullptr_t *nullp, const FScriptPosition &pos) : FxExpression(pos)
|
||||
FxConstant(const FScriptPosition &pos) : FxExpression(pos)
|
||||
{
|
||||
value.pointer = nullptr;
|
||||
ValueType = value.Type = TypeNullPtr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue