This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: libobjc reformat. (long, gzipped)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]