diff options
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 047f0cb..9112061 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() */ |