File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
#include < objc/runtime.h>
20
20
#include < objc/objc.h>
21
21
22
- // / The following two routines need to be implemented in ARC because
23
- // / decomposedStringWithCanonicalMapping returns its result autoreleased. And we
24
- // / want ARC to insert 'objc_retainAutoreleasedReturnValue' and the necessary
25
- // / markers for the hand-off.
22
+ // The following two routines need to be implemented in ARC because
23
+ // decomposedStringWithCanonicalMapping returns its result autoreleased. And we
24
+ // want ARC to insert 'objc_retainAutoreleasedReturnValue' and the necessary
25
+ // markers for the hand-off.
26
26
27
27
SWIFT_CC (swift) SWIFT_RUNTIME_STDLIB_INTERFACE
28
28
size_t swift_stdlib_NSStringHashValue(NSString *NS_RELEASES_ARGUMENT str,
You can’t perform that action at this time.
0 commit comments