From 3ef42a0c4f590a9d67b46c5aecfa5fea4546b174 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 18 Jan 2002 13:40:36 +0000 Subject: bitmap.h: Fix comment formatting. * bitmap.h: Fix comment formatting. * combine.c: Likewise. * cppfiles.c: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genattrtab.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * predict.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * unwind-dw2-fde.h: Likewise. * unwind-pe.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r48987 --- gcc/gthr-win32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/gthr-win32.h') diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h index f432194..31da7a1 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 . 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 ); -- cgit v1.1