cleaning up
This commit is contained in:
@@ -30,12 +30,13 @@
|
||||
|
||||
#include "objects.h"
|
||||
#include "../utils/defs.h"
|
||||
#include "../common/defs.h"
|
||||
|
||||
static _Bool op_eql(Object *self, Object *other);
|
||||
|
||||
TypeObject t_type = {
|
||||
.base = (Object) { .type = &t_type, .flags = Object_STATIC },
|
||||
.name = "type",
|
||||
.name = TYPENAME_TYPE,
|
||||
.size = sizeof(TypeObject),
|
||||
.op_eql = op_eql,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user