(objc_get_uninstalled_dtable): New function.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 17 May 1996 23:52:54 +0000 (19:52 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 17 May 1996 23:52:54 +0000 (19:52 -0400)
From-SVN: r12019

gcc/objc/sendmsg.c

index ab78329..d3ef66c 100644 (file)
@@ -570,5 +570,13 @@ void __objc_print_dtable_stats()
   objc_mutex_unlock(__objc_runtime_mutex);
 }
 
+/* Returns the dispatch table */
+__inline__
+struct sarray* 
+objc_get_uninstalled_dtable()
+{
+  return __objc_uninstalled_dtable;
+}
+