OSDN Git Service

(__objc_init_protocols): Remove assertion
authorkrab <krab@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Sep 1994 15:30:01 +0000 (15:30 +0000)
committerkrab <krab@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Sep 1994 15:30:01 +0000 (15:30 +0000)
,

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8031 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/init.c

index b41ce95..b712a99 100644 (file)
@@ -249,7 +249,9 @@ __objc_init_protocols (struct objc_protocol_list* protos)
       return;
     }
 
+#if 0
   assert (protos->next == 0);  /* only single ones allowed */
+#endif
 
   for(i = 0; i < protos->count; i++)
     {