changed System to be a class instead of an instance of a system dictionary
This commit is contained in:
@ -992,6 +992,8 @@ struct moo_t
|
||||
|
||||
moo_oop_class_t _large_positive_integer; /* LargePositiveInteger */
|
||||
moo_oop_class_t _large_negative_integer; /* LargeNegativeInteger */
|
||||
|
||||
moo_oop_class_t _system;
|
||||
/* =============================================================
|
||||
* END KERNEL CLASSES
|
||||
* ============================================================= */
|
||||
|
Reference in New Issue
Block a user