|
@@ -607,7 +607,7 @@ static void cAddTypeOperation(DataType* a, Parser bf, const TypedOp* op) {
|
|
|
DataType b = cUnpack(bf());
|
|
|
a->constant = 0;
|
|
|
b.constant = 0;
|
|
|
- if(!dtCompare(*a, b)) {
|
|
|
+ if(!dtNullCompare(*a, b)) {
|
|
|
cInvalidOperation(*a, b, op->name);
|
|
|
} else if(dtIsInt32(*a) && op->intOp != OP_NOTHING) {
|
|
|
cAddOperation(op->intOp);
|