Fix class construction bug introduced by abstracts

Merging changes with interface contracts introduced
a bug due to a missing argument to class-make.
This commit is contained in:
Asumu Takikawa 2012-05-22 18:34:45 -04:00
parent 150548dc78
commit 9400432903

View File

@ -3861,6 +3861,7 @@ An example
method-ht
(class-method-ids cls)
null
null
(make-weak-hasheq)