OSDN Git Service

(objc_get_uninstalled_dtable): New declaration.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 1996 23:53:18 +0000 (23:53 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 1996 23:53:18 +0000 (23:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12020 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/objc-api.h

index 6892106..04037db 100644 (file)
@@ -472,6 +472,9 @@ object_is_meta_class(id object)
   return CLS_ISMETA((Class)object);
 }
 
+struct sarray* 
+objc_get_uninstalled_dtable();
+
 #endif /* not __objc_api_INCLUDE_GNU */