fix Class mangling when compiling multipe source files to objects

This commit is contained in:
Bill Currie 2002-08-13 17:03:26 +00:00
parent e16e087deb
commit cd6f82c2c9

View file

@ -643,4 +643,6 @@ clear_classes (void)
Hash_FlushTable (protocol_hash);
if (category_hash)
Hash_FlushTable (category_hash);
if (class_hash)
class_Class.super_class = get_class ("Object", 1);
}