From e1feabad278b3ec763ad3c2963ec9f26b2a96b15 Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 25 Jan 2010 15:49:15 +0000 Subject: [PATCH] Restored stub version of objc_get_stream_class_version to prevent linking with -base failing. --- Object.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Object.m b/Object.m index f693406..0f3e82d 100644 --- a/Object.m +++ b/Object.m @@ -353,3 +353,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see } @end + +long objc_get_stream_class_version (TypedStream* stream, Class class) +{ + return class_get_version(class); +}