Skip to content

Commit

Permalink
[codesize] Keep _print_unlocked in the swift dylib.
Browse files Browse the repository at this point in the history
We keep most of our printing code in the swift dylib but we missed
this method in our last refactoring.

Swift SVN r31508
  • Loading branch information
nadavrot committed Aug 26, 2015
1 parent c96a127 commit 7a49d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/public/core/OutputStream.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ internal func _adHocPrint<T, TargetStream : OutputStreamType>(
}

@inline(never)
@_semantics("stdlib_binary_only")
internal func _print_unlocked<T, TargetStream : OutputStreamType>(
value: T, inout _ target: TargetStream
) {
Expand Down

0 comments on commit 7a49d7e

Please sign in to comment.