diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-18 12:22:59 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-18 12:22:59 +0000 |
commit | 2f8eaca53749e2d85f362c87dec608e2427af0d3 (patch) | |
tree | d7fb79bd88b2a0bfec5d8db79632971970a6eea6 /libobjc/objc-foreach.c | |
parent | 1513d233fa496c0248268054f54e42f54464161e (diff) | |
download | gcc-2f8eaca53749e2d85f362c87dec608e2427af0d3.tar.gz |
In libobjc/:
2010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
* class.c: Tidied up comments and indentation. No code changes.
* error.c: Same.
* exception.c: Same.
* init.c: Same.
* ivars.c: Same.
* memory.c: Same.
* objc-foreach.c: Same.
* objc-sync.c: Same.
* objects.c: Same.
* protocols.c: Same.
* sarray.c: Same.
* thr.c: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168022 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc-foreach.c')
-rw-r--r-- | libobjc/objc-foreach.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libobjc/objc-foreach.c b/libobjc/objc-foreach.c index 047f0cbbf44..911206118cb 100644 --- a/libobjc/objc-foreach.c +++ b/libobjc/objc-foreach.c @@ -22,11 +22,9 @@ a copy of the GCC Runtime Library Exception along with this program; see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ -/* - This file implements objc_enumeration_mutation() and - objc_set_enumeration_mutation_handler(), the two functions required - to handle mutations during a fast enumeration. -*/ +/* This file implements objc_enumeration_mutation() and + objc_set_enumeration_mutation_handler(), the two functions required + to handle mutations during a fast enumeration. */ #include "objc-private/common.h" #include "objc-private/error.h" /* For _objc_abort() */ #include "objc/runtime.h" /* For objc_enumerationMutation() and objc_set_enumeration_mutation_handler() */ |