diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-06-07 19:21:30 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-06-07 19:21:30 -0400 |
commit | 7cc5b18f7b70ed7458cd1451cd177b01ed3e5529 (patch) | |
tree | 5d1f501e998cc918140474e07b7195b412626062 | |
parent | 8341df325aa18d95de089126f533023d4e9864a4 (diff) | |
download | gcc-7cc5b18f7b70ed7458cd1451cd177b01ed3e5529.zip gcc-7cc5b18f7b70ed7458cd1451cd177b01ed3e5529.tar.gz gcc-7cc5b18f7b70ed7458cd1451cd177b01ed3e5529.tar.bz2 |
(__objc_thread_exit_status): Declare global variable.
From-SVN: r12219
-rw-r--r-- | gcc/objc/thr.h | 5 |
1 files changed, 5 insertions, 0 deletions
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. */ |