re PR bootstrap/4448 (make bootstrap failed: gthr-win32.h erroneous)
authorCraig Rodrigues <rodrigc@gcc.gnu.org>
Mon, 19 Nov 2001 00:24:52 +0000 (00:24 +0000)
committerCraig Rodrigues <rodrigc@gcc.gnu.org>
Mon, 19 Nov 2001 00:24:52 +0000 (00:24 +0000)
2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>

PR c/4448
* gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
name __objc_thread_exit_status so that it matches the
variable defined in objc/thr.h.

From-SVN: r47157

gcc/ChangeLog
gcc/gthr-win32.h

index cf222c3397422378dea0e8ab3ec8880185700dd6..11dbf108a0cd513ce5033eb87b54229ce64ea702 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+       PR c/4448
+       * gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
+       name __objc_thread_exit_status so that it matches the 
+       variable defined in objc/thr.h.
+
 2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
 
        PR bootstrap/4020
index 97a50dab0bbd5653662823f08b537db85498be45..f432194f89998c14d7f031b45d316fb07aa82924 100644 (file)
@@ -181,7 +181,7 @@ int
 __gthread_objc_thread_exit(void)
 {
   /* exit the thread */
-  ExitThread(__gthread_objc_thread_exit_status);
+  ExitThread(__objc_thread_exit_status);
 
   /* Failed if we reached here */
   return -1;