Restored stub version of objc_get_stream_class_version to prevent linking with -base failing.

main
theraven 16 years ago
parent d3c4703b46
commit e1feabad27

@ -353,3 +353,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
} }
@end @end
long objc_get_stream_class_version (TypedStream* stream, Class class)
{
return class_get_version(class);
}

Loading…
Cancel
Save