r142087 - in /trunk/libobjc: ChangeLog Object.m...
ktietz@gcc.gnu.org
ktietz@gcc.gnu.org
Fri Nov 21 12:07:00 GMT 2008
Author: ktietz
Date: Fri Nov 21 12:07:43 2008
New Revision: 142087
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142087
Log:
2008-11-21 Kai Tietz <kai.tietz@onevision.com>
* Object.m (errno): Replaced by errno.h include.
(compare): Cast self to id to prevent warning on comparison.
* objc/objc.h (BOOL): Prevent redeclaration of BOOL, if it is
already there.
* sendmsg.c (__objc_print_dtable_stats): Remove type warnings.
* thr-win32.c (__objc_thread_detach): Remove type warning.
(__objc_thread_id): Likewise.
* thr.c (__objc_thread_detach_functiont): Add __builtin_trap ()
for noreturn.
Modified:
trunk/libobjc/ChangeLog
trunk/libobjc/Object.m
trunk/libobjc/objc/objc.h
trunk/libobjc/sendmsg.c
trunk/libobjc/thr-win32.c
trunk/libobjc/thr.c
More information about the Gcc-cvs
mailing list