Commit f60897da by Kresten Krab Thorup

Take out archiving support for alpha.

From-SVN: r4228
parent c6887326
......@@ -317,9 +317,11 @@ extern int errno;
+ (int)streamVersion: (TypedStream*)aStream
{
#ifndef __alpha__
if (aStream->mode == OBJC_READONLY)
return objc_get_stream_class_version (aStream, self);
else
#endif
return class_get_version (self);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment