dont use NULL macro
This commit is contained in:
parent
9a9262f6d0
commit
4c66704830
16 changed files with 52 additions and 52 deletions
|
|
@ -64,7 +64,7 @@ struct ObjectTypeConversions StringObjectTypeConversions = {
|
|||
};
|
||||
|
||||
struct obj::ObjectType StringObject::TypeData = {
|
||||
.base = NULL,
|
||||
.base = nullptr,
|
||||
.constructor = StringObject::constructor,
|
||||
.destructor = (object_destructor) StringObject::destructor,
|
||||
.copy = StringObject::copy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue