This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: libobjc reformat. (long, gzipped)
- From: Stan Shebs <shebs at apple dot com>
- To: rbrown64 at csc dot com dot au
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 30 Jun 2002 18:00:14 -0700
- Subject: Re: Patch: libobjc reformat. (long, gzipped)
- Organization: Apple Computer, Inc.
- References: <OF52C2017F.4D9AFDEE-ONCA256BE6.00270ED0@int.csc.com.au>
rbrown64@csc.com.au wrote:
>
> No objc testsuite regressions after rebuilding (not bootstrap from scratch) on
> i586-pc-linux-gnu. I'll work my way through the rest of the thr-*.c files but will
> probably not have the platforms to test them on.
Thanks, this looks very nice, feel free to commit it. There are a
couple arithmetic expressions that could be spread out a little more
(look for 8* and %100). Also, I think the newer style for '!' is
to not have the space following, but it's not important enough to
hold up the patch.
Stan
> 2002-06-28 Rodney Brown <rbrown64@csc.com.au>
> * objc/encoding.h: Fix formatting.
> * objc/hash.h: Likewise.
> * objc/objc-api.h: Likewise.
> * objc/runtime.h: Likewise.
> * objc/thr.h: Likewise.
> * archive.c: Likewise.
> * class.c: Likewise.
> * encoding.c: Likewise.
> * gc.c: Likewise.
> * hash.c: Likewise.
> * init.c: Likewise.
> * misc.c: Likewise.
> * nil_method.c: Likewise.
> * objects.c: Likewise.
> * sarray.c: Likewise.
> * selector.c: Likewise.
> * sendmsg.c: Likewise.
> * thr-mach.c: Likewise.
> * thr.c: Likewise.