replace add_new_int in most builtins
in integer and word mainly, replaced with allocate_int (tests pending as syscalls are undone)
This commit is contained in:
@ -22,9 +22,6 @@
|
||||
module Parfait
|
||||
class DataObject < Object
|
||||
|
||||
def self.integer_index
|
||||
type_length
|
||||
end
|
||||
def self.type_length
|
||||
raise "called #{self}"
|
||||
end
|
||||
|
Reference in New Issue
Block a user