diff options
Diffstat (limited to 'gcc/gthr-win32.h')
-rw-r--r-- | gcc/gthr-win32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h index f432194f899..31da7a152bc 100644 --- a/gcc/gthr-win32.h +++ b/gcc/gthr-win32.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2 and libobjc. */ /* Compile this one with gcc. */ -/* Copyright (C) 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. Contributed by Mumit Khan <khan@xraylith.wisc.edu>. This file is part of GCC. @@ -213,7 +213,7 @@ __gthread_objc_thread_get_data(void) lasterror = GetLastError(); - ptr = TlsGetValue(__gthread_objc_data_tls); /* Return thread data. */ + ptr = TlsGetValue(__gthread_objc_data_tls); /* Return thread data. */ SetLastError( lasterror ); |