From 7cc5b18f7b70ed7458cd1451cd177b01ed3e5529 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 7 Jun 1996 19:21:30 -0400 Subject: (__objc_thread_exit_status): Declare global variable. From-SVN: r12219 --- gcc/objc/thr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/objc') diff --git a/gcc/objc/thr.h b/gcc/objc/thr.h index 3bd1a0b..9cc81f5 100644 --- a/gcc/objc/thr.h +++ b/gcc/objc/thr.h @@ -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. */ -- cgit v1.1