Take out archiving support for alpha
authorKresten Krab Thorup <krab@gcc.gnu.org>
Mon, 26 Apr 1993 07:38:58 +0000 (07:38 +0000)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Mon, 26 Apr 1993 07:38:58 +0000 (07:38 +0000)
From-SVN: r4229

gcc/objc/archive.c

index 4e6bb7b72c3841a2e2c69a9efefa073197dbf0f9..17836e76933574f61ad46ad2997df45bdbb13ceb 100644 (file)
@@ -26,9 +26,10 @@ You should have received a copy of the GNU General Public License along with
 
 /*
 ** Note: This version assumes that int and longs are both 32bit.
-**       Most API function are in the bottom of this file.
 */
 
+#ifndef __alpha__
+
 #include "runtime.h"
 
 #define __objc_fatal(format, args...) \
@@ -1484,3 +1485,5 @@ objc_get_stream_class_version (TypedStream* stream, Class* class)
   else
     return class_get_version (class);
 }
+
+#endif /* __alpha__ */