(__objc_thread_exit_status): Declare global variable.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 7 Jun 1996 23:21:30 +0000 (19:21 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 7 Jun 1996 23:21:30 +0000 (19:21 -0400)
From-SVN: r12219

gcc/objc/thr.h

index 3bd1a0b47330550f85c82b5ae30f481b9b2a2870..9cc81f531d977fa565f6fc6355f47b1868315393 100644 (file)
@@ -40,6 +40,11 @@ Boston, MA 02111-1307, USA.  */
 
 #include "objc/objc.h"
 
+/*************************************************************************
+ *  Universal static variables:
+ */
+extern int __objc_thread_exit_status;      /* Global exit status.   */
+
 /********
  *  Thread safe implementation types and functions.  
  */