remove indexed_length from NamedList

This commit is contained in:
Torsten Ruger 2016-12-27 20:34:47 +02:00
parent aaa94f0743
commit 3c3dedadd1

View File

@ -124,7 +124,7 @@ module Register
:Kernel => {}, #fix, kernel is a class, but should be a module
:BinaryCode => {:char_length => :Integer} ,
:Space => {:classes => :Dictionary , :types => :Dictionary , :first_message => :Message},
:NamedList => {:next_list => :NamedList, :indexed_length => :Integer},
:NamedList => {:next_list => :NamedList},
:Type => {:object_class => :Class, :instance_methods => :List , :indexed_length => :Integer} ,
:Class => {:instance_methods => :List, :instance_type => :Type, :name => :Word,
:super_class_name => :Word , :instance_names => :List },